Build(deps-dev): Bump eslint-plugin-unicorn from 46.0.0 to 48.0.1 #1461
Annotations
3 errors and 1 notice
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L69
1) [Navigation] › src/tests/sidebar.spec.ts:64:7 › Sidebar › [C269096] sidebar toggle ────────────
Error: Sidebar not expanded
Expected: true
Received: false
67 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar expanded').toBe(false);
68 | await personalFiles.sidenav.expandSideNav();
> 69 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
70 | });
71 |
72 | test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:69:85
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L81
2) [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-tvo4e.txt not displayed
Expected: true
Received: false
79 | await myLibrariesPage.dataTable.spinnerWaitForReload();
80 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 81 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
82 | });
83 | });
84 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:81:114
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L81
2) [Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: fileSite-19y8w.txt not displayed
Expected: true
Received: false
79 | await myLibrariesPage.dataTable.spinnerWaitForReload();
80 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 81 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
82 | });
83 | });
84 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:81:114
|
|
The logs for this run have expired and are no longer available.
Loading