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 Aug 26, 2024
1 parent 1a38b8a commit 22d631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/access/users/users.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('Users Tests', () => {

it('deletes a user from the users list toolbar', () => {
cy.selectTableRow(user.username);
cy.clickToolbarKebabAction('delete-selected-users');
cy.clickToolbarKebabAction('delete-users');
cy.get('#confirm').click();
cy.clickButton(/^Delete user/);
cy.contains(/^Success$/);
Expand Down

0 comments on commit 22d631a

Please sign in to comment.