Skip to content

Commit fdbecb4

Browse files
committed
Fix additional test
1 parent 4df2437 commit fdbecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bookmarks_and_history/test_open_all_bookmarks_from_bookmarks_toolbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_open_all_bookmarks_from_bookmarks_toolbar(driver: Firefox):
3838
GenericPage(driver, url=URL_NOT_BOOKMARKED).open()
3939

4040
# Toggle bookmarks toolbar
41-
nav.toggle_bookmarks_toolbar_with_key_combo()
41+
# nav.toggle_bookmarks_toolbar_with_key_combo()
4242

4343
# Right-click on a blank space from Bookmarks Toolbar menu and choose open all bookmarks
4444
panel.context_click("bookmarks-toolbar")

0 commit comments

Comments
 (0)