Browse Source

fix: remove only

pull/7611/head
DarkPhoenix2704 8 months ago
parent
commit
835dc94aec
  1. 2
      tests/playwright/tests/db/views/viewCalendar.spec.ts

2
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',

Loading…
Cancel
Save