Using filters to collect cart endpoint data using StoreAPI #2891
Annotations
2 errors, 10 warnings, and 2 notices
[default] › checkout/blocks/card-failures.spec.js:63:6 › customer cannot checkout with invalid cards @blocks › an expired card shows the correct error message:
tests/e2e/tests/checkout/blocks/card-failures.spec.js#L1
1) [default] › checkout/blocks/card-failures.spec.js:63:6 › customer cannot checkout with invalid cards @blocks › an expired card shows the correct error message
Test timeout of 90000ms exceeded.
|
[default] › checkout/blocks/card-failures.spec.js:63:6 › customer cannot checkout with invalid cards @blocks › an expired card shows the correct error message:
tests/e2e/tests/checkout/blocks/card-failures.spec.js#L40
1) [default] › checkout/blocks/card-failures.spec.js:63:6 › customer cannot checkout with invalid cards @blocks › an expired card 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)
|
Slow Test:
[legacy] › _legacy-experience/order/full-refund.spec.js#L1
[legacy] › _legacy-experience/order/full-refund.spec.js took 44.6s
|
Slow Test:
[legacy] › _legacy-experience/checkout/saved-card.spec.js#L1
[legacy] › _legacy-experience/checkout/saved-card.spec.js took 43.5s
|
Slow Test:
[legacy] › _legacy-experience/subscriptions/subscription-renewal.spec.js#L1
[legacy] › _legacy-experience/subscriptions/subscription-renewal.spec.js took 43.3s
|
Slow Test:
[legacy] › _legacy-experience/woocommerce-blocks/saved-card.spec.js#L1
[legacy] › _legacy-experience/woocommerce-blocks/saved-card.spec.js took 42.5s
|
Slow Test:
[legacy] › _legacy-experience/woocommerce-blocks/normal-card.spec.js#L1
[legacy] › _legacy-experience/woocommerce-blocks/normal-card.spec.js took 34.3s
|
Slow Test:
[default] › checkout/blocks/saved-card.spec.js#L1
[default] › checkout/blocks/saved-card.spec.js took 50.5s
|
Slow Test:
[default] › checkout/shortcode/saved-card.spec.js#L1
[default] › checkout/shortcode/saved-card.spec.js took 49.6s
|
Slow Test:
[default] › checkout/shortcode/sca-card.spec.js#L1
[default] › checkout/shortcode/sca-card.spec.js took 45.3s
|
Slow Test:
[default] › orders/full-refund.spec.js#L1
[default] › orders/full-refund.spec.js took 44.3s
|
Slow Test:
[default] › checkout/shortcode/subscription-product.spec.js#L1
[default] › checkout/shortcode/subscription-product.spec.js took 43.5s
|
🎭 Playwright Run Summary
23 passed (2.7m)
|
🎭 Playwright Run Summary
1 flaky
[default] › checkout/blocks/card-failures.spec.js:63:6 › customer cannot checkout with invalid cards @blocks › an expired card shows the correct error message
22 passed (3.6m)
|