Browse Source

test: fix typo

pull/8367/head
Raju Udava 4 months ago
parent
commit
412def2947
  1. 2
      tests/playwright/tests/db/columns/columnLinkToAnotherRecordAdvanceOptions.spec.ts

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

@ -22,7 +22,7 @@ test.describe('LTAR create & update', () => {
await unsetup(context);
});
test.only('LTAR', async () => {
test('LTAR', async () => {
await dashboard.treeView.createTable({ title: 'Sheet1', baseTitle: context.base.title });
// subsequent table creation fails; hence delay
await dashboard.rootPage.waitForTimeout(1000);

Loading…
Cancel
Save