Skip to content

Commit

Permalink
Merge pull request #123 from adobecom/region-selector-fix
Browse files Browse the repository at this point in the history
Fix: selector for the change region pop-up changed
  • Loading branch information
Ben-Zahler authored Nov 7, 2024
2 parents 072b622 + f1b1502 commit a2c9080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nala/blocks/region-selectors/region-selectors.page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default class RegionSelectorsPage {
constructor(page) {
this.page = page;
this.regionSelectorPopUp = page.locator('div.region-nav[data-block]');
this.regionSelectorPopUp = page.locator('div.region-nav');
this.profileIconButton = page.locator('.feds-profile-button');

this.oneTrustBanner = page.getByLabel('Cookie banner');
Expand Down

0 comments on commit a2c9080

Please sign in to comment.