Skip to content

Commit fe9b539

Browse files
committed
Strings changed
1 parent d68788b commit fe9b539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/page_object_prefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def import_bookmarks(self, browser_name: str, platform) -> BasePage:
567567
# There are two messages that indicate a successful migration
568568
self.wait.until(
569569
lambda _: self.get_element("migration-progress-header").text
570-
in ["Data Imported Successfully", "Data Import Complete"]
570+
in ["Data imported successfully", "Data import complete"]
571571
)
572572
self.actions.send_keys(" ").perform()
573573
return self

0 commit comments

Comments
 (0)