Skip to content

Commit 0b73308

Browse files
committed
Adjust a comment, remove redundant import
1 parent a978e90 commit 0b73308

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/browser_object_panel_ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import List
22

3-
from pynput.keyboard import Controller, Key
43
from pypom import Region
54
from selenium.common.exceptions import NoSuchElementException, TimeoutException
65
from selenium.webdriver import Firefox

tests/bookmarks_and_history/test_bookmark_website_via_star_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ def test_bookmark_website_via_star(driver: Firefox):
3030
nav.add_bookmark_via_star_icon()
3131
nav.verify_star_button_is_blue()
3232

33-
# Verify bookmark appears in bookmarks menu
33+
# Verify bookmark appears in Hamburger Menu, Bookmarks section
3434
panel.open_bookmarks_panel_from_hamburger_menu()
3535
panel.verify_bookmark_exists_in_hamburger_menu(BOOKMARK_TITLE)

0 commit comments

Comments
 (0)