Skip to content

Commit

Permalink
Fix e2e test (#731)
Browse files Browse the repository at this point in the history
* Increase browser loading timeout

* Extend the browser timeout limit for e2e test
  • Loading branch information
leungkinghin-ct authored Jun 14, 2021
1 parent e92a28d commit f16aa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/test/e2e/credit-card-3ds-native.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('::creditCardPayment3dsNative::', () => {
makePaymentResponse
)

await browserTab.waitForTimeout(2000)
await browserTab.waitForTimeout(10_000)

// Submit additional details
const creditCardNativePage = new CreditCardNativePage(browserTab, baseUrl)
Expand Down

0 comments on commit f16aa30

Please sign in to comment.