Remove unnecessary store owner login before creating variable product

This commit is contained in:
Julia Amosova 2020-02-07 14:12:15 +00:00
parent e3afbfdd8c
commit 94dcaed7ba
1 changed files with 0 additions and 3 deletions

View File

@ -61,9 +61,6 @@ describe( 'Add New Simple Product Page', () => {
} );
describe( 'Add New Variable Product Page', () => {
beforeAll( async () => {
await StoreOwnerFlow.login();
} );
it( 'can create product with variations', async () => {
// Go to "add product" page
await StoreOwnerFlow.openNewProduct();