Skip to content

Commit 96c434e

Browse files
authored
Update test_close_tab_through_middle_mouse_click.py
Minor change to re-trigger CI
1 parent 143fafa commit 96c434e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tabs/test_close_tab_through_middle_mouse_click.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_close_tab_through_middle_mouse_click(driver: Firefox):
2020
tabs = TabBar(driver)
2121
example.open()
2222

23-
# Open 2 additional tabs for a total of 3
23+
# Open 2 mnew tabs for a total of 3
2424
for _ in range(2):
2525
tabs.new_tab_by_button()
2626
tabs.wait_for_num_tabs(3)

0 commit comments

Comments
 (0)