Skip to content

Commit

Permalink
Fix test for welcome 15 (#14986)
Browse files Browse the repository at this point in the history
updates the  button locator
  • Loading branch information
craigcook authored Aug 20, 2024
1 parent 32abbd6 commit 36e8e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/firefox/welcome/page15.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class FirefoxWelcomePage15(BasePage):
_URL_TEMPLATE = "/{locale}/firefox/welcome/15/"

_try_vpn_button_locator = (By.CSS_SELECTOR, ".c-main .mzp-c-button")
_try_vpn_button_locator = (By.CSS_SELECTOR, ".page-body .mzp-c-button")

@property
def is_try_vpn_button_displayed(self):
Expand Down

0 comments on commit 36e8e9c

Please sign in to comment.