Browse Source

chore: remove only

pull/7019/head
Pranav C 12 months ago
parent
commit
65d0ba23c1
  1. 2
      tests/playwright/tests/db/columns/columnFormula.spec.ts

2
tests/playwright/tests/db/columns/columnFormula.spec.ts

@ -273,7 +273,7 @@ test.describe('Virtual Columns', () => {
await dashboard.closeTab({ title: 'City' }); await dashboard.closeTab({ title: 'City' });
} }
test.only('Formula - suite 0', async () => { test('Formula - suite 0', async () => {
await formulaTestSpec(0); await formulaTestSpec(0);
}); });
test('Formula - suite 1', async () => { test('Formula - suite 1', async () => {

Loading…
Cancel
Save