Browse Source

fix(test): enable form conditional field test cases in oss

pull/9609/head
Ramesh Mane 2 months ago
parent
commit
6008273118
  1. 2
      tests/playwright/tests/db/views/viewForm.spec.ts

2
tests/playwright/tests/db/views/viewForm.spec.ts

@ -1436,7 +1436,7 @@ test.describe('Form view: field validation', () => {
}); });
test.describe('Form view: conditional fields', () => { test.describe('Form view: conditional fields', () => {
if (enableQuickRun() || !isEE()) test.skip(); if (enableQuickRun()) test.skip();
let dashboard: DashboardPage; let dashboard: DashboardPage;
let form: FormPage; let form: FormPage;

Loading…
Cancel
Save