Skip to content

Commit fbfc58e

Browse files
authored
Merge pull request #1383 from bcgov/dev
tweak cy.wait for cypress tests
2 parents bb2cfc7 + a9c4981 commit fbfc58e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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(2000)
28+
cy.wait(10000)
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(2000)
30+
cy.wait(10000)
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(2000)
112+
cy.wait(10000)
113113
cy.get('[id=nav-toggle').click()
114114
cy.contains('Users').click()
115115
cy.get('[id=nav-toggle').click()

e2e/cypress/tests/15-aps-api/04-keycloak-shared-IDP-config.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ describe('Apply Shared IDP config at Keycloak user group', () => {
2929
})
3030

3131
it('Navigate to User Groups', () => {
32+
cy.wait(10000)
3233
cy.get('[id=nav-toggle').click()
3334
cy.contains('Groups').click()
3435
})

0 commit comments

Comments
 (0)