Fix missing order attribution metadata when using ECE #2145
Annotations
10 errors, 5 warnings, and 1 notice
|
Run Default E2E tests:
tests/e2e/tests/checkout/blocks/sca-card.spec.js#L30
1) [default] › checkout/blocks/sca-card.spec.js:12:5 › customer can checkout with a SCA card @smoke @blocks
Error: page.waitForTimeout: Test timeout of 90000ms exceeded.
28 | } )
29 | ) {
> 30 | await page.waitForTimeout( 1000 );
| ^
31 | }
32 | // Not ideal, but the iframe body gets repalced after load, so a waitFor does not work here.
33 | await page.waitForTimeout( 2000 );
at /home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/blocks/sca-card.spec.js:30:14
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L1
2) [default] › checkout/shortcode/card-failures.spec.js:34:6 › customer cannot checkout with invalid cards › a declined card shows the correct error message @smoke
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L28
2) [default] › checkout/shortcode/card-failures.spec.js:34:6 › customer cannot checkout with invalid cards › a declined card shows the correct error message @smoke
Error: page.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.woocommerce-error')
26 |
27 | expect
> 28 | .soft( await page.innerText( '.woocommerce-error' ) )
| ^
29 | .toMatch( new RegExp( `(?:${ card.error.join( '|' ) })`, 'i' ) );
30 | };
31 |
at testCard (/home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/shortcode/card-failures.spec.js:28:21)
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L1
3) [default] › checkout/shortcode/card-failures.spec.js:46:6 › customer cannot checkout with invalid cards › an expired card shows the correct error message
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L28
3) [default] › checkout/shortcode/card-failures.spec.js:46:6 › customer cannot checkout with invalid cards › an expired card shows the correct error message
Error: page.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.woocommerce-error')
26 |
27 | expect
> 28 | .soft( await page.innerText( '.woocommerce-error' ) )
| ^
29 | .toMatch( new RegExp( `(?:${ card.error.join( '|' ) })`, 'i' ) );
30 | };
31 |
at testCard (/home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/shortcode/card-failures.spec.js:28:21)
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L1
4) [default] › checkout/shortcode/card-failures.spec.js:54:6 › customer cannot checkout with invalid cards › an error processing the card shows the correct error message
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L28
4) [default] › checkout/shortcode/card-failures.spec.js:54:6 › customer cannot checkout with invalid cards › an error processing the card shows the correct error message
Error: page.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.woocommerce-error')
26 |
27 | expect
> 28 | .soft( await page.innerText( '.woocommerce-error' ) )
| ^
29 | .toMatch( new RegExp( `(?:${ card.error.join( '|' ) })`, 'i' ) );
30 | };
31 |
at testCard (/home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/shortcode/card-failures.spec.js:28:21)
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L1
4) [default] › checkout/shortcode/card-failures.spec.js:54:6 › customer cannot checkout with invalid cards › an error processing the card shows the correct error message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L28
4) [default] › checkout/shortcode/card-failures.spec.js:54:6 › customer cannot checkout with invalid cards › an error processing the card shows the correct error message
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.innerText: Test timeout of 90000ms exceeded.
Call log:
- waiting for locator('.woocommerce-error')
26 |
27 | expect
> 28 | .soft( await page.innerText( '.woocommerce-error' ) )
| ^
29 | .toMatch( new RegExp( `(?:${ card.error.join( '|' ) })`, 'i' ) );
30 | };
31 |
at testCard (/home/runner/work/woocommerce-gateway-stripe/woocommerce-gateway-stripe/tests/e2e/tests/checkout/shortcode/card-failures.spec.js:28:21)
|
Run Default E2E tests:
[default] › checkout/blocks/saved-card.spec.js#L1
[default] › checkout/blocks/saved-card.spec.js took 47.5s
|
Run Default E2E tests:
[default] › checkout/blocks/subscription-product.spec.js#L1
[default] › checkout/blocks/subscription-product.spec.js took 39.1s
|
Run Default E2E tests:
[default] › checkout/blocks/normal-card.spec.js#L1
[default] › checkout/blocks/normal-card.spec.js took 35.0s
|
Run Default E2E tests:
[default] › subscriptions/subscription-renewal.spec.js#L1
[default] › subscriptions/subscription-renewal.spec.js took 26.3s
|
Run Default E2E tests:
[default] › checkout/shortcode/saved-card.spec.js#L1
[default] › checkout/shortcode/saved-card.spec.js took 19.3s
|
Run Default E2E tests
6 flaky
[default] › checkout/blocks/sca-card.spec.js:12:5 › customer can checkout with a SCA card @smoke @blocks
[default] › checkout/shortcode/card-failures.spec.js:34:6 › customer cannot checkout with invalid cards › a declined card shows the correct error message @smoke
[default] › checkout/shortcode/card-failures.spec.js:46:6 › customer cannot checkout with invalid cards › an expired card shows the correct error message
[default] › checkout/shortcode/card-failures.spec.js:54:6 › customer cannot checkout with invalid cards › an error processing the card shows the correct error message
[default] › checkout/shortcode/sca-card.spec.js:12:5 › customer can checkout with a SCA card @smoke
[default] › orders/full-refund.spec.js:13:5 › merchant can issue a full refund @smoke ──────────
17 passed (6.8m)
|
Loading