Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: changing paypal initiation
Browse files Browse the repository at this point in the history
zenit2001 committed Oct 7, 2024
1 parent f71f852 commit 4334c0d
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
@@ -42,7 +42,7 @@ export default class PaymentMethodsPage {
if (!expressFlow) {
await this.page.click('#rb_paypal');
}
await expect(this.page.locator('.adyen-checkout__paypal__button--paypal iframe.visible'),).toBeVisible({ timeout: 20000 });
await expect(payPalButton).toBeVisible({ timeout: 30000 });

// Capture popup for interaction
const [popup] = await Promise.all([

0 comments on commit 4334c0d

Please sign in to comment.