Skip to content

Commit

Permalink
Removes unused code per CR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawardekar committed Aug 21, 2024
1 parent 33146ac commit 5964f66
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/e2e/utils/pages/setup-mc/step-2-product-listings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 5964f66

Please sign in to comment.