Skip to content

Commit 04816b8

Browse files
committed
fix tile test
1 parent d77c10d commit 04816b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/address_bar_and_search/test_tile_menu_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939

4040
# first value in a tuple is the index of the card, second is the status of sponsorship
41-
card_indices = [(3, False), (0, True)]
41+
card_indices = [(4, False), (0, True)]
4242

4343

4444
def test_default_tile_hover_states(driver: Firefox):

0 commit comments

Comments
 (0)