From b425adea9a6dc45334949b599f3db796f4ca53ff Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 5 Dec 2022 14:07:59 +0800 Subject: [PATCH] chore(playwright): remove `.only` for date time test --- tests/playwright/tests/columnDateTime.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({