diff --git a/tests/playwright/tests/db/views/viewCalendar.spec.ts b/tests/playwright/tests/db/views/viewCalendar.spec.ts index 2b991ab8f4..be0d90420c 100644 --- a/tests/playwright/tests/db/views/viewCalendar.spec.ts +++ b/tests/playwright/tests/db/views/viewCalendar.spec.ts @@ -112,7 +112,6 @@ const dateRecords = [ test.describe('Calendar View', () => { let dashboard: DashboardPage, toolbar: ToolbarPage, topbar: TopbarPage; let context: any; - test.skip(); test.beforeEach(async ({ page }) => { context = await setup({ page, isEmptyProject: true });