Fix timestrip test

This commit is contained in:
Shefali 2023-07-21 07:42:35 -07:00
parent c77bbc16eb
commit a1d9842c16

View File

@ -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);
});
});
});