Browse Source

fix(nc-gui): enable calendar tests

pull/7995/head
DarkPhoenix2704 3 months ago
parent
commit
ea225d0007
  1. 1
      tests/playwright/tests/db/views/viewCalendar.spec.ts

1
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 });

Loading…
Cancel
Save