Skip to content

Commit d09f1f2

Browse files
add new line at the end of the file
1 parent 57c73c9 commit d09f1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tabs/test_ungroup_tabs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def test_ungroup_tabs(driver: Firefox):
8282
tabs.actions.click_and_hold(first_tab).move_by_offset(120, 0).release().perform()
8383

8484
# Verify tab is removed from the tab group
85-
tabs.element_not_visible("tabgroup-overflow-count")
85+
tabs.element_not_visible("tabgroup-overflow-count")

0 commit comments

Comments
 (0)