mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 00:57:11 +00:00
[e2e] More VIPER compatibility fixes (#5582)
This commit is contained in:
@ -142,7 +142,7 @@ test.describe('Time conductor input fields real-time mode', () => {
|
||||
await expect(page.locator('data-testid=conductor-end-offset-button')).toContainText('00:00:01');
|
||||
|
||||
// Verify url parameters persist after mode switch
|
||||
await page.waitForNavigation();
|
||||
await page.waitForNavigation({ waitUntil: 'networkidle' });
|
||||
expect(page.url()).toContain(`startDelta=${startDelta}`);
|
||||
expect(page.url()).toContain(`endDelta=${endDelta}`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user