Skip to content

Commit bb2cfc7

Browse files
authored
Merge pull request #1380 from bcgov/dev
Tweak cy.wait for cypress tests
2 parents 2b36c86 + b11084f commit bb2cfc7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

2727
it('Navigate to Users Page', () => {
28-
cy.wait(500)
28+
cy.wait(2000)
2929
cy.get('[id=nav-toggle').click()
3030
cy.contains('Users').click()
3131
cy.get('[id=nav-toggle').click()

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +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)
30+
cy.wait(2000)
3131
cy.get('[id=nav-toggle').click()
3232
cy.contains('Groups').click()
3333
cy.get('[id=nav-toggle').click()
@@ -109,7 +109,7 @@ describe('Give a user org admin access at organization unit level', () => {
109109
})
110110

111111
it('Navigate to Users Page', () => {
112-
cy.wait(500)
112+
cy.wait(2000)
113113
cy.get('[id=nav-toggle').click()
114114
cy.contains('Users').click()
115115
cy.get('[id=nav-toggle').click()

0 commit comments

Comments
 (0)