diff --git a/tests/playwright/tests/columnDateTime.spec.ts b/tests/playwright/tests/columnDateTime.spec.ts index e30e4837d1..c5349a9a98 100644 --- a/tests/playwright/tests/columnDateTime.spec.ts +++ b/tests/playwright/tests/columnDateTime.spec.ts @@ -65,7 +65,7 @@ test.describe('DateTime Column', () => { dashboard = new DashboardPage(page, context.project); }); - test.only('Create DateTime Column', async () => { + test('Create DateTime Column', async () => { await dashboard.treeView.createTable({ title: 'test_datetime' }); // Create DateTime column await dashboard.grid.column.create({