Revert "Minor payment method constant updates in webhook handler class" #2040
Annotations
2 errors, 5 warnings, and 1 notice
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L1
1) [default] › checkout/shortcode/card-failures.spec.js:42:6 › customer cannot checkout with invalid cards › a card with invalid number shows the correct error message
Test timeout of 90000ms exceeded.
|
Run Default E2E tests:
tests/e2e/tests/checkout/shortcode/card-failures.spec.js#L28
1) [default] › checkout/shortcode/card-failures.spec.js:42:6 › customer cannot checkout with invalid cards › a card with invalid number 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:
[default] › checkout/blocks/saved-card.spec.js#L1
[default] › checkout/blocks/saved-card.spec.js took 53.2s
|
Run Default E2E tests:
[default] › checkout/blocks/sca-card.spec.js#L1
[default] › checkout/blocks/sca-card.spec.js took 39.6s
|
Run Default E2E tests:
[default] › checkout/blocks/subscription-product.spec.js#L1
[default] › checkout/blocks/subscription-product.spec.js took 37.1s
|
Run Default E2E tests:
[default] › checkout/shortcode/saved-card.spec.js#L1
[default] › checkout/shortcode/saved-card.spec.js took 35.2s
|
Run Default E2E tests:
[default] › orders/full-refund.spec.js#L1
[default] › orders/full-refund.spec.js took 33.3s
|
Run Default E2E tests
1 flaky
[default] › checkout/shortcode/card-failures.spec.js:42:6 › customer cannot checkout with invalid cards › a card with invalid number shows the correct error message
22 passed (3.2m)
|
Loading