Skip to content

Commit 05ae6f0

Browse files
committed
add some comments
1 parent dfc39a3 commit 05ae6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/preferences/test_firefox_home_new_tabs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from time import sleep
2-
31
from selenium.webdriver import Firefox
42

53
from modules.browser_object import TabBar
@@ -10,10 +8,12 @@ def test_firefox_home_new_tab(driver: Firefox):
108
"""
119
C161472: setting the default new window to be Firefox Home
1210
"""
11+
# instantiate objs
1312
about_prefs = AboutPrefs(driver, category="home").open()
1413
tabs = TabBar(driver)
1514
about_new_tab = AboutNewtab(driver)
1615

16+
# click the dropdown
1717
drop_down = about_prefs.get_element("home-new-tabs-dropdown")
1818
drop_down.click()
1919

0 commit comments

Comments
 (0)