Skip to content

Commit 9fd205b

Browse files
authored
fix: fix flaky zuora outage test (#2934)
1 parent f91c0b4 commit 9fd205b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypress/e2e/cloud/zuoraOutage.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ describe('Billing Page Free Users', () => {
1111
cy.quartzProvision({
1212
accountType: 'free',
1313
}).then(() => {
14+
cy.wait(1000)
1415
cy.visit(`/checkout`)
1516
})
1617
})
@@ -36,6 +37,7 @@ describe('Billing Page PAYG Users', () => {
3637
cy.quartzProvision({
3738
accountType: 'pay_as_you_go',
3839
}).then(() => {
40+
cy.wait(1000)
3941
cy.visit(`/orgs/${id}/billing`)
4042
cy.getByTestID('billing-page--header').should('be.visible')
4143
})

0 commit comments

Comments
 (0)