Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurasootes committed Oct 21, 2024
1 parent c580c1a commit c4d21a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_dashboard_time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def test_timeseries_page(page: Page):
page.get_by_role('img', name='0').first,
page.get_by_role('img', name='0').nth(1),
# Second image
page.get_by_role('heading', name='summer').get_by_text('summer'),
page.get_by_role('img', name='0').nth(2),
page.get_by_role('img', name='0').nth(3),
):
Expand Down

0 comments on commit c4d21a2

Please sign in to comment.