Skip to content

Commit 23c2bc3

Browse files
committed
fix: E2E
1 parent ef67fe1 commit 23c2bc3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/e2e/specs/ESM/linksConsoleErrorsEsmPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for (const link of ESM_LINKS) {
2525
*/
2626
vpTest('ESM page Link count test', async ({ page }) => {
2727
await page.goto(ESM_URL);
28-
const expectedNumberOfLinks = 34;
28+
const expectedNumberOfLinks = 33;
2929
const numberOfLinks = await page.getByRole('link').count();
3030
expect(numberOfLinks).toBe(expectedNumberOfLinks);
3131
});

test/e2e/testData/pageLinksData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const LINKS: ExampleLinkType[] = [
1919
{ name: ExampleLinkName.CustomErrors, endpoint: 'custom-cld-errors.html' },
2020
{ name: ExampleLinkName.DisplayConfigurations, endpoint: 'ui-config.html' },
2121
{ name: ExampleLinkName.DebugMode, endpoint: 'debug.html' },
22-
{ name: ExampleLinkName.ESModuleImports, endpoint: 'es-imports.html' },
2322
{ name: ExampleLinkName.FloatingPlayer, endpoint: 'floating-player.html' },
2423
{ name: ExampleLinkName.FluidLayouts, endpoint: 'fluid.html' },
2524
{ name: ExampleLinkName.ForceHLSSubtitles, endpoint: 'force-hls-subtitles-ios.html' },

0 commit comments

Comments
 (0)