Add payment method logos to card label #4744
Annotations
7 errors, 5 warnings, and 1 notice
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts#L86
1) [shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
Error: Timed out 20000ms waiting for expect(locator).toBeVisible()
Locator: getByText('A payment of $9.99 USD was successfully charged.')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 20000ms
- waiting for getByText('A payment of $9.99 USD was successfully charged.')
84 | 'A payment of $9.99 USD was successfully charged.'
85 | )
> 86 | ).toBeVisible();
| ^
87 |
88 | await goToSubscriptions( merchantPage );
89 |
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:86:6
|
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts#L1
1) [shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts#L68
1) [shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test ended.
Call log:
- waiting for getByRole('cell', { name: 'Edit order number' })
66 | await merchantPage
67 | .getByRole( 'cell', { name: 'Edit order number' } )
> 68 | .textContent()
| ^
69 | )
70 | .trim()
71 | .replace( '#', '' );
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:68:7
|
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts#L1
1) [shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 120000ms exceeded.
|
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts#L68
1) [shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test ended.
Call log:
- waiting for getByRole('cell', { name: 'Edit order number' })
66 | await merchantPage
67 | .getByRole( 'cell', { name: 'Edit order number' } )
> 68 | .textContent()
| ^
69 | )
70 | .trim()
71 | .replace( '#', '' );
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:68:7
|
Run tests, upload screenshots & logs:
tests/e2e-pw/specs/shopper/shopper-myaccount-payment-methods-add-fail.spec.ts#L68
2) [shopper] › shopper/shopper-myaccount-payment-methods-add-fail.spec.ts:58:8 › Payment Methods › when attempting to add a declined-incorrect card › it should not add the card
Error: Timed out 20000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('alert')
Expected string: "Your card number is invalid."
Received string: ""
Call log:
- expect.toHaveText with timeout 20000ms
- waiting for getByRole('alert')
66 |
67 | // Verify that we get the expected error message.
> 68 | await expect( shopperPage.getByRole( 'alert' ) ).toHaveText(
| ^
69 | errorText
70 | );
71 |
at /home/runner/work/woocommerce-payments/woocommerce-payments/tests/e2e-pw/specs/shopper/shopper-myaccount-payment-methods-add-fail.spec.ts:68:54
|
Run tests, upload screenshots & logs
Process completed with exit code 1.
|
Run tests, upload screenshots & logs:
[shopper] › shopper/shopper-myaccount-saved-cards.spec.ts#L1
[shopper] › shopper/shopper-myaccount-saved-cards.spec.ts took 2.8m
|
Run tests, upload screenshots & logs:
[merchant] › merchant/merchant-disputes-respond.spec.ts#L1
[merchant] › merchant/merchant-disputes-respond.spec.ts took 1.6m
|
Run tests, upload screenshots & logs:
[shopper] › shopper/shopper-checkout-failures.spec.ts#L1
[shopper] › shopper/shopper-checkout-failures.spec.ts took 1.3m
|
Run tests, upload screenshots & logs:
[shopper] › shopper/shopper-checkout-save-card-and-purchase.spec.ts#L1
[shopper] › shopper/shopper-checkout-save-card-and-purchase.spec.ts took 1.3m
|
Run tests, upload screenshots & logs:
[merchant] › merchant/multi-currency-setup.spec.ts#L1
[merchant] › merchant/multi-currency-setup.spec.ts took 60.0s
|
Run tests, upload screenshots & logs
1 failed
[shopper] › shopper/shopper-subscriptions-purchase-no-signup-fee.spec.ts:58:7 › Shopper Subscriptions Purchase No Signup Fee › It should have a charge for subscription cost without fee & an active subscription
1 flaky
[shopper] › shopper/shopper-myaccount-payment-methods-add-fail.spec.ts:58:8 › Payment Methods › when attempting to add a declined-incorrect card › it should not add the card
161 passed (37.5m)
|
Loading