Skip to content

Commit 960ea33

Browse files
committed
Fix linting issue
1 parent a0e5ff4 commit 960ea33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tabs/test_close_pinned_tab_via_mouse.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def test_close_pinned_tab_via_middle_click(driver: Firefox):
1616
C134726 - Verify middle-clicking pinned tab will close it
1717
"""
1818

19-
example = ExamplePage(driver).open()
19+
example = ExamplePage(driver)
20+
example.open()
2021
tabs = TabBar(driver)
2122
tab_menu = ContextMenu(driver)
2223

0 commit comments

Comments
 (0)