Skip to content

Commit b4d04fd

Browse files
committed
remove some comments
1 parent b909be5 commit b4d04fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/preferences/test_firefox_home_on_launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def test_firefox_home_on_launch(driver: Firefox, sys_platform: str):
3333
assert drop_down.get_attribute("label") == "Firefox Home (Default)"
3434
panel_ui.open_panel_menu()
3535
panel_ui.select_panel_setting("panel-ui-new-window")
36-
# # wait for the number of tabs and switch
36+
# wait for the number of tabs and switch
3737
tabs.wait_for_num_tabs(2)
3838
driver.switch_to.window(driver.window_handles[-1])
39-
# sleep(10)
39+
4040
# make sure we are on the correct new tab page
4141
assert new_tab.get_element("body-logo") is not None

0 commit comments

Comments
 (0)