Add missing merchant login
This commit is contained in:
parent
fd85f8239b
commit
e5ced9498c
|
@ -119,6 +119,7 @@ const runAddSimpleProductTest = () => {
|
||||||
const runAddVariableProductTest = () => {
|
const runAddVariableProductTest = () => {
|
||||||
describe('Add New Variable Product Page', () => {
|
describe('Add New Variable Product Page', () => {
|
||||||
it('can create product with variations', async () => {
|
it('can create product with variations', async () => {
|
||||||
|
await merchant.login();
|
||||||
await openNewProductAndVerify();
|
await openNewProductAndVerify();
|
||||||
|
|
||||||
// Set product data
|
// Set product data
|
||||||
|
|
Loading…
Reference in New Issue