File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Please include a summary of the changes and the related issue. Please also inclu
4
4
5
5
## Bugzilla bug ID
6
6
7
- ** ID :**
7
+ ** Testrail :**
8
8
** Link:**
9
9
10
10
## Type of change
Original file line number Diff line number Diff line change 1
1
from time import sleep
2
2
3
3
from selenium .webdriver import Firefox
4
- from modules . page_object import AboutPrefs , AboutNewtab
4
+
5
5
from modules .browser_object import TabBar
6
+ from modules .page_object import AboutNewtab , AboutPrefs
7
+
6
8
7
9
def test_firefox_home_new_tab (driver : Firefox ):
8
10
"""
@@ -15,7 +17,9 @@ def test_firefox_home_new_tab(driver: Firefox):
15
17
drop_down = about_prefs .get_element ("home-new-tabs-dropdown" )
16
18
drop_down .click ()
17
19
18
- home_option = about_prefs .get_element ("home-new-tabs-dropdown-option-default" , parent_element = drop_down )
20
+ home_option = about_prefs .get_element (
21
+ "home-new-tabs-dropdown-option-default" , parent_element = drop_down
22
+ )
19
23
home_option .click ()
20
24
21
25
assert drop_down .get_attribute ("label" ) == "Firefox Home (Default)"
You can’t perform that action at this time.
0 commit comments