Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Oct 22, 2024
1 parent 049df7a commit 9a9269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pages/payment-confirmation-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class PaymentConfirmationPage {

// Methods
async waitForProcessingAndContinue() {
await expect(this.paymentProcessingText().or(this.paymentConfirmedText())).toBeVisible({timeout: 20000})
await expect(this.paymentProcessingText().or(this.paymentConfirmedText())).toBeVisible({timeout: 30000})
await expect(this.continueButton()).toBeVisible();
await this.continueButton().click();
}
Expand Down

0 comments on commit 9a9269e

Please sign in to comment.