Browse Source

test: remove unnecessary only

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6470/head
Pranav C 1 year ago
parent
commit
124ad48785
  1. 2
      tests/playwright/tests/db/features/verticalFillHandle.spec.ts

2
tests/playwright/tests/db/features/verticalFillHandle.spec.ts

@ -97,7 +97,7 @@ test.describe('Fill Handle', () => {
await unsetup(p.context);
});
test.only('Number based', async () => {
test('Number based', async () => {
const fields = [
{ title: 'Number', value: 33, type: 'text' },
{ title: 'Decimal', value: 33.3, type: 'text' },

Loading…
Cancel
Save