Skip to content

Commit f43464a

Browse files
committed
Adjust Edge bookmark import test to match
1 parent 009743f commit f43464a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bookmarks_and_history/test_import_bookmarks_edge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ def edge_bookmarks(sys_platform, home_folder):
5555
and not sys.platform.lower().startswith("win"),
5656
reason="No Edge on GHA Mac",
5757
)
58-
def test_edge_bookmarks_imported(driver: Firefox, edge_bookmarks):
58+
def test_edge_bookmarks_imported(driver: Firefox, edge_bookmarks, sys_platform):
5959
about_prefs = AboutPrefs(driver, category="General")
6060
about_prefs.open()
6161
about_prefs.click_on("import-browser-data")
62-
about_prefs.import_bookmarks("Edge")
62+
about_prefs.import_bookmarks("Edge", sys_platform)
6363
nav = Navigation(driver)
6464
nav.confirm_bookmark_exists(NEWS_ARTICLE_TITLE)

0 commit comments

Comments
 (0)