Skip to content

Commit

Permalink
cy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jul 10, 2024
1 parent 746e264 commit d126db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/organizations/users.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('Org Users page', () => {
aliasMutation(req, 'removeUserFromGroup');
aliasMutation(req, 'addGroupToOrganization');
});
registerIdleHandler('idle');
});

it('Creates a group', () => {
Expand All @@ -29,6 +30,7 @@ describe('Org Users page', () => {
});

it('Deletes user', () => {
cy.waitForNetworkIdle('@idle', 500);
users.doDeleteUser(testData.organizations.users.email);
});

Expand Down

0 comments on commit d126db5

Please sign in to comment.