[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2236
Annotations
5 errors, 1 warning, and 1 notice
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
1) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-wxsxe.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
1) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: fileSite-18h51.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
1) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: fileSite-2cbfv.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L76
2) [Navigation] › src/tests/sidebar.spec.ts:72:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
Error: Sidebar not expanded
Expected: true
Received: false
74 | await searchPage.searchInput.getIconByName('close').click();
75 | await searchPage.sidenav.expandedSidenav.waitFor({ state: 'attached' });
> 76 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
77 | });
78 | });
79 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:76:85
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
1 failed
[Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
1 flaky
[Navigation] › src/tests/sidebar.spec.ts:72:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
13 passed (3.5m)
|
The logs for this run have expired and are no longer available.
Loading