Remove unnecessary store owner login before creating variable product
This commit is contained in:
parent
e3afbfdd8c
commit
94dcaed7ba
|
@ -61,9 +61,6 @@ describe( 'Add New Simple Product Page', () => {
|
||||||
} );
|
} );
|
||||||
|
|
||||||
describe( 'Add New Variable Product Page', () => {
|
describe( 'Add New Variable Product Page', () => {
|
||||||
beforeAll( async () => {
|
|
||||||
await StoreOwnerFlow.login();
|
|
||||||
} );
|
|
||||||
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