Browse Source

fix: test.only

pull/6384/head
sreehari jayaraj 1 year ago
parent
commit
2a54941aba
  1. 2
      tests/playwright/tests/db/columns/columnAttachments.spec.ts

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

@ -14,7 +14,7 @@ test.describe('Attachment column', () => {
await unsetup(context);
});
test.only('Create and verify attachment column, verify it in shared form,', async ({ context }) => {
test('Create and verify attachment column, verify it in shared form,', async ({ context }) => {
// run tests slowly
test.slow();

Loading…
Cancel
Save