Browse Source

fix: test create form

pull/6384/head
sreehari jayaraj 1 year ago
parent
commit
26522174e9
  1. 5
      tests/playwright/tests/db/columns/columnAttachments.spec.ts

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

@ -14,7 +14,7 @@ test.describe('Attachment column', () => {
await unsetup(context);
});
test('Create and verify attachment column, verify it in shared form,', async ({ context }) => {
test.only('Create and verify attachment column, verify it in shared form,', async ({ context }) => {
// run tests slowly
test.slow();
@ -46,6 +46,9 @@ test.describe('Attachment column', () => {
columnHeader: 'testAttach',
});
// Kludge: tooltip somehow persists. fix me!
await dashboard.rootPage.reload();
await dashboard.viewSidebar.createFormView({
title: 'Form 1',
});

Loading…
Cancel
Save