Skip to content

Commit 8f04b9e

Browse files
committed
Fix for 14/04 cypress tests
1 parent 4f4cd71 commit 8f04b9e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

e2e/cypress/tests/14-org-assignment/02-multiple-org-admin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ describe('Give a user org admin access at organization level', () => {
2525
})
2626

2727
it('Navigate to Users Page', () => {
28+
cy.wait(500)
2829
cy.get('[id=nav-toggle').click()
2930
cy.contains('Users').click()
3031
cy.get('[id=nav-toggle').click()

e2e/cypress/tests/14-org-assignment/04-multiple-org-admin-org-unit.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe('Give a user org admin access at organization unit level', () => {
2727
})
2828

2929
it('Navigate to User Groups', () => {
30+
cy.wait(500)
3031
cy.get('[id=nav-toggle').click()
3132
cy.contains('Groups').click()
3233
cy.get('[id=nav-toggle').click()
@@ -108,6 +109,7 @@ describe('Give a user org admin access at organization unit level', () => {
108109
})
109110

110111
it('Navigate to Users Page', () => {
112+
cy.wait(500)
111113
cy.get('[id=nav-toggle').click()
112114
cy.contains('Users').click()
113115
cy.get('[id=nav-toggle').click()

0 commit comments

Comments
 (0)