From 65d0ba23c1823fe38ce41ba66c4ca1abb5dc0f38 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 22 Nov 2023 07:17:57 +0000 Subject: [PATCH] chore: remove only --- tests/playwright/tests/db/columns/columnFormula.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/db/columns/columnFormula.spec.ts b/tests/playwright/tests/db/columns/columnFormula.spec.ts index 72a6b77f96..52405fa137 100644 --- a/tests/playwright/tests/db/columns/columnFormula.spec.ts +++ b/tests/playwright/tests/db/columns/columnFormula.spec.ts @@ -273,7 +273,7 @@ test.describe('Virtual Columns', () => { await dashboard.closeTab({ title: 'City' }); } - test.only('Formula - suite 0', async () => { + test('Formula - suite 0', async () => { await formulaTestSpec(0); }); test('Formula - suite 1', async () => {