Skip to content

Commit

Permalink
i think we can remove this deprecated function now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Sep 22, 2023
1 parent c753de5 commit 8a62003
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ test.describe('Time conductor input fields real-time mode', () => {
await expect(page.locator('.c-compact-tc__setting-value.icon-plus')).toContainText('00:00:01');

// Verify url parameters persist after mode switch
await page.waitForNavigation({ waitUntil: 'networkidle' });
expect(page.url()).toContain(`startDelta=${startDelta}`);
expect(page.url()).toContain(`endDelta=${endDelta}`);
});
Expand Down

0 comments on commit 8a62003

Please sign in to comment.