Skip to content

Commit

Permalink
update to failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiyiprh committed Jul 16, 2024
1 parent 8418438 commit a104ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/access/users.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Users List Actions', () => {
it('edits a user from the details page', () => {
cy.navigateTo('awx', 'users');
cy.clickTableRowLink('username', user.username);
cy.verifyPageTitle(user.username);
cy.verifyPageTitle(`Edit ${user.username}`);
cy.clickButton(/^Edit user$/);
cy.verifyPageTitle('Edit User');
cy.get('[data-cy="username"]').type(user.username + 'a');
Expand Down

0 comments on commit a104ce8

Please sign in to comment.