fix an overlooked merge conflict resolution issue

This commit is contained in:
Leif Singer 2021-01-05 15:06:51 +01:00
parent 3076e1e50f
commit 62d5e9a0bc
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ const verifyPublishAndTrash = async () => {
const openNewProductAndVerify = async () => {
// Go to "add product" page
await StoreOwnerFlow.openNewProduct();
await merchant.openNewProduct();
// Make sure we're on the add product page
await expect(page.title()).resolves.toMatch('Add new product');