Skip to content

Commit

Permalink
LPD-43946 Fragment sets differs between ce and dxp so just use the na…
Browse files Browse the repository at this point in the history
…me of the moved fragment set
  • Loading branch information
victorg1991 authored and brianchandotcom committed Dec 10, 2024
1 parent d3011b6 commit 901ac2b
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
@@ -699,20 +699,7 @@ test.describe('Fragments Panel', () => {

await widgetPagePage.openAddPanel();

[
'Accounts',
'Business Intelligence & Reporting',
'Collaboration',
'Commerce',
'Community',
'Content Management',
'News',
'Object',
'Sample',
'Search',
].forEach(async (set, index) => {
await expect(widgetSets.nth(index)).toContainText(set);
});
await expect(widgetSets.nth(0)).toContainText(firstWidgetSet);
});

test(

0 comments on commit 901ac2b

Please sign in to comment.