Skip to content

Commit

Permalink
fix: extended timeout for vipps successful scenario as locator someti…
Browse files Browse the repository at this point in the history
…mes takes time to be visible
  • Loading branch information
zenit2001 committed Nov 16, 2023
1 parent 73fdcf3 commit 48f48d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/pages/PaymentMethodsPage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ export default class PaymentMethodsPage {
confirmVippsPayment = async () => {
await this.page.locator("div[class='payment-details']").waitFor({
state: 'visible',
timeout: 15000,
timeout: 20000,
});
};

Expand Down

0 comments on commit 48f48d2

Please sign in to comment.