diff --git a/examples/algolia/e2e/product-list-page.spec.ts b/examples/algolia/e2e/product-list-page.spec.ts index cc556f9c..ab300b80 100644 --- a/examples/algolia/e2e/product-list-page.spec.ts +++ b/examples/algolia/e2e/product-list-page.spec.ts @@ -23,11 +23,6 @@ test("should be able to use quick view to view full product details", async ({ (cookie) => cookie.name === "_store_ep_cart", )?.value; - /* Mobile - open hamburger menu */ - if (isMobile) { - await page.getByRole("button", { name: "Menu" }).click(); - } - const nav = await buildSiteNavigation(client); const firstNavItem = nav[0]; diff --git a/examples/payments/e2e/product-list-page.spec.ts b/examples/payments/e2e/product-list-page.spec.ts index cc556f9c..ab300b80 100644 --- a/examples/payments/e2e/product-list-page.spec.ts +++ b/examples/payments/e2e/product-list-page.spec.ts @@ -23,11 +23,6 @@ test("should be able to use quick view to view full product details", async ({ (cookie) => cookie.name === "_store_ep_cart", )?.value; - /* Mobile - open hamburger menu */ - if (isMobile) { - await page.getByRole("button", { name: "Menu" }).click(); - } - const nav = await buildSiteNavigation(client); const firstNavItem = nav[0]; diff --git a/examples/simple/e2e/product-list-page.spec.ts b/examples/simple/e2e/product-list-page.spec.ts index cc556f9c..ab300b80 100644 --- a/examples/simple/e2e/product-list-page.spec.ts +++ b/examples/simple/e2e/product-list-page.spec.ts @@ -23,11 +23,6 @@ test("should be able to use quick view to view full product details", async ({ (cookie) => cookie.name === "_store_ep_cart", )?.value; - /* Mobile - open hamburger menu */ - if (isMobile) { - await page.getByRole("button", { name: "Menu" }).click(); - } - const nav = await buildSiteNavigation(client); const firstNavItem = nav[0]; diff --git a/packages/d2c-schematics/product-list-page/files/e2e/product-list-page.spec.ts.template b/packages/d2c-schematics/product-list-page/files/e2e/product-list-page.spec.ts.template index cc556f9c..ab300b80 100644 --- a/packages/d2c-schematics/product-list-page/files/e2e/product-list-page.spec.ts.template +++ b/packages/d2c-schematics/product-list-page/files/e2e/product-list-page.spec.ts.template @@ -23,11 +23,6 @@ test("should be able to use quick view to view full product details", async ({ (cookie) => cookie.name === "_store_ep_cart", )?.value; - /* Mobile - open hamburger menu */ - if (isMobile) { - await page.getByRole("button", { name: "Menu" }).click(); - } - const nav = await buildSiteNavigation(client); const firstNavItem = nav[0];