mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
Fix timestrip test
This commit is contained in:
parent
c77bbc16eb
commit
a1d9842c16
@ -167,7 +167,7 @@ test.describe('Time Strip', () => {
|
||||
|
||||
// Switch to the previous Time Strip and verify that only one event is displayed
|
||||
await page.goto(timestrip.url);
|
||||
expect(await activityBounds.count()).toEqual(5);
|
||||
expect(await activityBounds.count()).toEqual(1);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user