Skip to content

Commit 221b386

Browse files
Merge pull request #783 from mozilla/philimon/new_sync_fxa_fix
Philimon/fix for new sync fxa
2 parents 5d9b8af + 52ef4b9 commit 221b386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/page_object_fxa_home.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def fill_otp_code(self, otp: str) -> BasePage:
3434
"""Given an OTP, confirm the account, submit, and wait for account activation"""
3535
self.fill("otp-input", otp, press_enter=False)
3636
self.get_element("submit-button").click()
37-
self.title_is("Mozilla accounts")
37+
self.title_contains("Set up Firefox sync")
38+
self.title_contains("Mozilla accounts")
3839
return self
3940

4041
def finish_account_setup(self, password: str) -> BasePage:

0 commit comments

Comments
 (0)