Skip to content

Commit 69cb27e

Browse files
committed
fixed
1 parent 11b3f9f commit 69cb27e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/bookmarks_and_history/test_edit_bookmark_from_bookmark_menu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def test_edit_bookmark_from_bookmark_menu(driver: Firefox):
5656
# panel.get_element("other-bookmarks-toolbar").click()
5757

5858
# Check tags are correctly added and checked
59-
# nav.get_element("star-button").click()
6059
panel.get_element("extend-bookmark-tags").click()
6160
work_checkbox = panel.get_element("work-tag")
6261
work_checked_attr = work_checkbox.get_attribute("checked")

0 commit comments

Comments
 (0)