Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurasootes committed Oct 21, 2024
1 parent c4d21a2 commit d2edc6e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_dashboard_time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ def test_timeseries_page(page: Page):
page.get_by_role('heading', name='winter').get_by_text('winter'),
page.get_by_role('img', name='0').first,
page.get_by_role('img', name='0').nth(1),
# Second image
page.get_by_role('img', name='0').nth(2),
page.get_by_role('img', name='0').nth(3),
):
expect(selector).to_be_visible(timeout=200_000)

Expand Down

0 comments on commit d2edc6e

Please sign in to comment.