From 5964f662dd1fdb85804ee854bfed9b5411f69542 Mon Sep 17 00:00:00 2001 From: Darshan Sawardekar Date: Wed, 21 Aug 2024 11:14:35 +0530 Subject: [PATCH] Removes unused code per CR feedback --- .../pages/setup-mc/step-2-product-listings.js | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/tests/e2e/utils/pages/setup-mc/step-2-product-listings.js b/tests/e2e/utils/pages/setup-mc/step-2-product-listings.js index ecd2d84116..53506a097f 100644 --- a/tests/e2e/utils/pages/setup-mc/step-2-product-listings.js +++ b/tests/e2e/utils/pages/setup-mc/step-2-product-listings.js @@ -37,18 +37,6 @@ export default class ProductListingsPage extends MockRequests { ); } - /** - * Get language radio row. - * - * @return {import('@playwright/test').Locator} Get language radio row. - */ - getLanguageRadioRow() { - return this.page.getByRole( 'radio', { - name: 'English', - exact: true, - } ); - } - /** * Get selected countries only radio row. * @@ -302,18 +290,6 @@ export default class ProductListingsPage extends MockRequests { } ); } - /** - * Get "Read more" for Language link. - * - * @return {import('@playwright/test').Locator} Get "Read more" for Language link. - */ - getReadMoreLanguageLink() { - return this.getAudienceCard().getByRole( 'link', { - name: 'Read more', - exact: true, - } ); - } - /** * Get "Read more" for Shipping rates link. *