Merge pull request #25663 from woocommerce/update/skip-variations-e2e-tests
Skip 2 failing variations e2e tests (until fixed)
This commit is contained in:
commit
e9f56e3776
|
@ -39,7 +39,7 @@ describe( 'Single Product Page', () => {
|
||||||
} );
|
} );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
describe( 'Variable Product Page', () => {
|
describe.skip( 'Variable Product Page', () => {
|
||||||
beforeAll( async () => {
|
beforeAll( async () => {
|
||||||
await StoreOwnerFlow.login();
|
await StoreOwnerFlow.login();
|
||||||
variablePostIdValue = await createVariableProduct();
|
variablePostIdValue = await createVariableProduct();
|
||||||
|
|
|
@ -60,7 +60,7 @@ describe( 'Add New Simple Product Page', () => {
|
||||||
} );
|
} );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
describe( 'Add New Variable Product Page', () => {
|
describe.skip( 'Add New Variable Product Page', () => {
|
||||||
it( 'can create product with variations', async () => {
|
it( 'can create product with variations', async () => {
|
||||||
// Go to "add product" page
|
// Go to "add product" page
|
||||||
await StoreOwnerFlow.openNewProduct();
|
await StoreOwnerFlow.openNewProduct();
|
||||||
|
|
Loading…
Reference in New Issue