Browse Source

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

pull/9609/head
Ramesh Mane 1 month 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', () => {
if (enableQuickRun() || !isEE()) test.skip();
if (enableQuickRun()) test.skip();
let dashboard: DashboardPage;
let form: FormPage;

Loading…
Cancel
Save