Browse Source

fix: remove only

pull/7611/head
DarkPhoenix2704 9 months ago
parent
commit
18c69aa467
  1. 2
      tests/playwright/tests/db/views/viewCalendar.spec.ts

2
tests/playwright/tests/db/views/viewCalendar.spec.ts

@ -409,7 +409,7 @@ test.describe('View', () => {
await calendar.sideMenu.verifySideBarRecords({ records: Array(12).fill('') });
});
test.only('Calendar Operations Date Fields', async () => {
test('Calendar Operations Date Fields', async () => {
await dashboard.grid.column.openEdit({
title: 'StartDate',
type: 'Date',

Loading…
Cancel
Save