Skip to content

Commit

Permalink
t2
Browse files Browse the repository at this point in the history
  • Loading branch information
codyrancher committed Oct 30, 2024
1 parent 8b8d771 commit d45ddab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/tests/pages/users-and-auth/roles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ describe('Roles Templates', { tags: ['@usersAndAuths', '@adminUser'] }, () => {
it('can delete a role', () => {
// Delete role and verify role is removed from list
roles.waitForRequests();

roles.list('GLOBAL').resourceTable().sortableTable().filter(globalRoleName);
roles.list('GLOBAL').elementWithName(globalRoleName).click();
roles.list('GLOBAL').delete().click();
const promptRemove = new PromptRemove();
Expand Down

0 comments on commit d45ddab

Please sign in to comment.