Skip to content

Commit 901ac2b

Browse files
victorg1991brianchandotcom
authored andcommitted
LPD-43946 Fragment sets differs between ce and dxp so just use the name of the moved fragment set
1 parent d3011b6 commit 901ac2b

File tree

1 file changed

+1
-14
lines changed
  • modules/test/playwright/tests/layout-content-page-editor-web

1 file changed

+1
-14
lines changed

modules/test/playwright/tests/layout-content-page-editor-web/sidebar.spec.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -699,20 +699,7 @@ test.describe('Fragments Panel', () => {
699699

700700
await widgetPagePage.openAddPanel();
701701

702-
[
703-
'Accounts',
704-
'Business Intelligence & Reporting',
705-
'Collaboration',
706-
'Commerce',
707-
'Community',
708-
'Content Management',
709-
'News',
710-
'Object',
711-
'Sample',
712-
'Search',
713-
].forEach(async (set, index) => {
714-
await expect(widgetSets.nth(index)).toContainText(set);
715-
});
702+
await expect(widgetSets.nth(0)).toContainText(firstWidgetSet);
716703
});
717704

718705
test(

0 commit comments

Comments
 (0)