From 835dc94aecfa32b74576d4f6a6b85eab201bc7f5 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Tue, 20 Feb 2024 07:16:20 +0000 Subject: [PATCH] fix: remove only --- tests/playwright/tests/db/views/viewCalendar.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/views/viewCalendar.spec.ts b/tests/playwright/tests/db/views/viewCalendar.spec.ts index 3dae8e3a87..bd09dfc1a1 100644 --- a/tests/playwright/tests/db/views/viewCalendar.spec.ts +++ b/tests/playwright/tests/db/views/viewCalendar.spec.ts @@ -334,7 +334,7 @@ test.describe('View', () => { });*/ }); - test.only('Calendar shared view operations', async ({ page }) => { + test('Calendar shared view operations', async ({ page }) => { test.slow(); await dashboard.viewSidebar.createCalendarView({ title: 'Calendar',