Skip to content

Commit

Permalink
hardening the test by checking for the time before the time change
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigliotta committed Nov 27, 2024
1 parent 70dba6f commit 20be2de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/functional/plugins/gauge/gauge.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ test.describe('Gauge', () => {
[missingSWG]
);

// Verify start bounds
await expect(page.getByLabel('Start offset: 00:30:00')).toBeVisible();

// Nav to the Gauge
await page.goto(gauge.url, { waitUntil: 'domcontentloaded' });

Expand Down

0 comments on commit 20be2de

Please sign in to comment.