Skip to content

Commit 4f4cd71

Browse files
committed
Fix scope loading issue with cypress
1 parent a39144e commit 4f4cd71

File tree

2 files changed

+4379
-480
lines changed

2 files changed

+4379
-480
lines changed

e2e/cypress/pageObjects/serviceAccounts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class ServiceAccountsPage {
99
deleteServiceAcctConfirmationBtn: string = '[data-testid="confirm-delete-service-acct-btn"]'
1010

1111
createServiceAccount(scopes: string[]): void {
12+
cy.wait(3000)
1213
cy.get(this.newServiceAccountBtn).first().click()
1314
this.selectPermissions(scopes)
1415
cy.get(this.shareBtn).click()

0 commit comments

Comments
 (0)