Skip to content

Commit

Permalink
for FRB only 2 images
Browse files Browse the repository at this point in the history
  • Loading branch information
laurasootes committed Sep 9, 2024
1 parent a89ead9 commit 52e2166
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_dashboard_time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,10 @@ def test_timeseries_page(page: Page):
page.get_by_role('heading', name='RISE').get_by_text('RISE'),
# First image
page.get_by_role('heading', name='FRB').get_by_text('FRB'),
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='Noise').get_by_text('Noise'),
page.get_by_role('img', name='0').nth(2),
page.get_by_role('img', name='0').nth(3),
):
expect(selector).to_be_visible(timeout=300_000)

Expand Down

0 comments on commit 52e2166

Please sign in to comment.