GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-10677225385 JS-API:8.0.0-alpha.2-10677225385 using Tag:7.0.0-alpha.2-10677225385 #3421
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L81
1) [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
Error: Sidebar not expanded
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
79 | await searchPage.searchInput.searchCloseButton.click();
80 | await searchPage.sidenav.expandedSidenav.waitFor({ state: 'attached' });
> 81 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
82 | });
83 | });
84 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:81:85
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading