Skip to content

Commit

Permalink
LPD-40036 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-ortega authored and brianchandotcom committed Dec 17, 2024
1 parent 5dc4670 commit a4c80c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const samplePageTest = test.extend<{
},
});

export {samplePageTest};
export {samplePageTest};
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ export class SamplePage {
`${liferayConfig.environment.baseUrl}/web${site.friendlyUrlPath}${layout.friendlyUrlPath}`
);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const linkName = 'Search Paginator';
test(
'Search Paginator dropdown generates page links on scrolling',
{tag: '@LPD-37458'},
async ({page, site, samplePage}) => {
async ({page, samplePage, site}) => {
let dropdownMenuHandler: Locator;

await test.step('Create a content site and the frontend taglib sample widget', async () => {
Expand Down

0 comments on commit a4c80c5

Please sign in to comment.