Browse Source

test: disable advance options

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

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

@ -5,6 +5,10 @@ import { enableQuickRun } from '../../../setup/db';
import { UITypes } from 'nocodb-sdk';
test.describe('LTAR create & update', () => {
// force disabled temporarily
// to be re-visited after advance options menu is finalised
test.skip();
if (enableQuickRun()) test.skip();
let dashboard: DashboardPage;

Loading…
Cancel
Save