diff --git a/e2e/tests/functional/planning/timestrip.e2e.spec.js b/e2e/tests/functional/planning/timestrip.e2e.spec.js index 07e9ec3419..5b882df74d 100644 --- a/e2e/tests/functional/planning/timestrip.e2e.spec.js +++ b/e2e/tests/functional/planning/timestrip.e2e.spec.js @@ -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); }); }); });