E2E Tests on Atomic - All #164
Annotations
4 errors and 1 notice
WP - nightly | WC - latest | wcpay - shopper
First argument must use the object destructuring pattern: args
at wcpay/shopper/shopper-myaccount-saved-cards.spec.ts:135
133 | ( [ cardName, { card, address, products } ] ) => {
134 | test.describe( 'Testing card: ' + cardName, () => {
> 135 | test.beforeAll( async ( args, { project } ) => {
| ^
136 | await ensureCustomerIsLoggedIn( shopperPage, project );
137 | } );
138 |
|
WP - nightly | WC - latest | wcpay - shopper
First argument must use the object destructuring pattern: args
at wcpay/shopper/shopper-myaccount-saved-cards.spec.ts:135
133 | ( [ cardName, { card, address, products } ] ) => {
134 | test.describe( 'Testing card: ' + cardName, () => {
> 135 | test.beforeAll( async ( args, { project } ) => {
| ^
136 | await ensureCustomerIsLoggedIn( shopperPage, project );
137 | } );
138 |
|
WP - nightly | WC - latest | wcpay - shopper
First argument must use the object destructuring pattern: args
at wcpay/shopper/shopper-myaccount-saved-cards.spec.ts:135
133 | ( [ cardName, { card, address, products } ] ) => {
134 | test.describe( 'Testing card: ' + cardName, () => {
> 135 | test.beforeAll( async ( args, { project } ) => {
| ^
136 | await ensureCustomerIsLoggedIn( shopperPage, project );
137 | } );
138 |
|
WP - nightly | WC - latest | wcpay - shopper
Process completed with exit code 1.
|
WP - nightly | WC - latest | wcpay - shopper
tests/e2e/results.json doesn't exist so results are unclear and we will not try again.
|