Adding Amazon Pay to the classic checkout #2795
Annotations
2 errors, 5 warnings, and 1 notice
Run Default E2E tests:
tests/e2e/tests/checkout/blocks/card-failures.spec.js#L1
1) [default] › checkout/blocks/card-failures.spec.js:55:6 › customer cannot checkout with invalid cards @blocks › a card with insufficient funds shows the correct error message
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/blocks/card-failures.spec.js#L40
1) [default] › checkout/blocks/card-failures.spec.js:55:6 › customer cannot checkout with invalid cards @blocks › a card with insufficient funds shows the correct error message
Error: page.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.wc-block-store-notice.is-error .wc-block-components-notice-banner__content')
38 | .innerText();
39 | } else {
> 40 | expected = await page.innerText(
| ^
41 | '.wc-block-store-notice.is-error .wc-block-components-notice-banner__content'
42 | );
43 | }
at testCard (/home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/blocks/card-failures.spec.js:40:25)
|
Run Default E2E tests:
[default] › checkout/shortcode/saved-card.spec.js#L1
[default] › checkout/shortcode/saved-card.spec.js took 48.9s
|
Run Default E2E tests:
[default] › checkout/shortcode/sca-card.spec.js#L1
[default] › checkout/shortcode/sca-card.spec.js took 45.9s
|
Run Default E2E tests:
[default] › checkout/blocks/saved-card.spec.js#L1
[default] › checkout/blocks/saved-card.spec.js took 45.8s
|
Run Default E2E tests:
[default] › orders/full-refund.spec.js#L1
[default] › orders/full-refund.spec.js took 44.1s
|
Run Default E2E tests:
[default] › checkout/shortcode/subscription-product.spec.js#L1
[default] › checkout/shortcode/subscription-product.spec.js took 42.5s
|
Run Default E2E tests
1 flaky
[default] › checkout/blocks/card-failures.spec.js:55:6 › customer cannot checkout with invalid cards @blocks › a card with insufficient funds shows the correct error message
22 passed (3.4m)
|
Loading