GH Auto: Upstream dependencies ADF:6.4.0-6336818839 JS-API:7.1.0-1349 using Tag:6.4.0-6336818839 #1398
Annotations
4 errors and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L67
1) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
TypeError: Cannot read properties of null (reading 'entry')
65 | const docLibId = await sitesApiAction.getDocLibId(siteName);
66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id;
> 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id;
| ^
68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id;
69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId);
70 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:67:102
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
2) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L55
2) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
Expected: true
Received: false
53 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
54 | await personalFiles.reload();
> 55 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
56 |
57 | await personalFiles.sidenav.collapseSideNav();
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:55:85
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L1
3) [Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: {"error":{"errorKey":"Duplicate child name not allowed: folder1-2u0hc","statusCode":409,"briefSummary":"08280413 Duplicate child name not allowed: folder1-2u0hc","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
13 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading