Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
akus062381 committed Aug 27, 2024
1 parent 4a8d9a7 commit 92a208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/notifiers/notifiersTabs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Notifications', () => {
cy.get(`[data-cy="Submit"]`).click();
cy.contains(`[data-cy="name"]`, notificationName);
cy.contains(`[data-cy="description"]`, 'this is test description');
cy.contains(`[data-cy="notification-type"]`, 'Email');
cy.contains(`[data-cy="notification-type"]`, 'email');
cy.contains(`[data-cy="organization"]`, orgName);
cy.contains(`[data-cy="username"]`, 'email user');
cy.contains(`[data-cy="use-tls"]`, 'true');
Expand Down

0 comments on commit 92a208d

Please sign in to comment.