Browse Source

fix: remove only from test describe

pull/7408/head
Ramesh Mane 6 months ago
parent
commit
09161be3e0
  1. 2
      tests/playwright/tests/db/features/multiFieldEditor.spec.ts

2
tests/playwright/tests/db/features/multiFieldEditor.spec.ts

@ -117,7 +117,7 @@ const allFieldList = [
},
];
test.describe.only('Multi Field Editor', () => {
test.describe('Multi Field Editor', () => {
let dashboard: DashboardPage, fields: FieldsPage;
let context: any;
const defaultFieldName = 'Multi Field Editor';

Loading…
Cancel
Save