From c8b864b05e4817c79bad659800e9ea50d9963199 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:41:34 +0000 Subject: [PATCH] test: remove skip --- tests/playwright/tests/db/features/filters.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/features/filters.spec.ts b/tests/playwright/tests/db/features/filters.spec.ts index 089ffc7015..fcf7571056 100644 --- a/tests/playwright/tests/db/features/filters.spec.ts +++ b/tests/playwright/tests/db/features/filters.spec.ts @@ -848,7 +848,7 @@ test.describe('Filter Tests: Date based', () => { await dateTimeBasedFilterTest('Date', 0); }); - test.only('Date : filters-2', async () => { + test('Date : filters-2', async () => { await dateTimeBasedFilterTest('Date', 1); }); });