From e49ef76c13d47d9c72c79ca27be05af70f6976bc Mon Sep 17 00:00:00 2001 From: Meriem-BenIsmail Date: Mon, 25 Nov 2024 11:50:56 +0100 Subject: [PATCH] test info --- ui-tests/tests/timeline-slider.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tests/tests/timeline-slider.spec.ts b/ui-tests/tests/timeline-slider.spec.ts index ba5326e3..a6b090da 100644 --- a/ui-tests/tests/timeline-slider.spec.ts +++ b/ui-tests/tests/timeline-slider.spec.ts @@ -47,7 +47,7 @@ test.describe('Timeline Slider', () => { expect(pageErrors).toHaveLength(0); }); - test('should display without console errors when baseUrl is set', async ({ page, baseURL }) => { + test('should display in status bar without console errors when baseUrl is set', async ({ page, baseURL }) => { if (!isTimeline) { console.log('Skipping this test.');