We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4071d59 commit e51f5c7Copy full SHA for e51f5c7
1 file changed
tests/qa/utils/frontend/paypal-ui-classic.ts
@@ -386,7 +386,7 @@ export class PayPalUiClassic extends PayPalUi {
386
// On classic checkout, pay for order pages
387
if (
388
url.includes( '/classic-checkout/' ) ||
389
- url.includes( '/pay_for_order/' )
+ url.includes( '/order-pay/' )
390
) {
391
await this.assertVaultedPaymentMethodIsDisplayed( payment );
392
await this.payPalVaultedPaymentMethodRadio().click();
@@ -645,7 +645,7 @@ export class PayPalUiClassic extends PayPalUi {
645
const url = this.page.url();
646
647
648
649
650
// On Classic checkout, Pay for order pages
651
await expect(
0 commit comments