[ACS-5576] Icon updated as per the figma #1360
Annotations
3 errors and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L61
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
TypeError: Cannot read properties of null (reading 'entry')
59 | await nodesApiAction.createFile(fileName1, subFolder2Id);
60 |
> 61 | parent2Id = (await nodesApiAction.createFolder(parent2)).entry.id;
| ^
62 | folder1Id = (await nodesApiAction.createFolder(folder1, parent2Id)).entry.id;
63 |
64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:61:62
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L61
2) [Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
TypeError: Cannot read properties of null (reading 'entry')
59 | await nodesApiAction.createFile(fileName1, subFolder2Id);
60 |
> 61 | parent2Id = (await nodesApiAction.createFolder(parent2)).entry.id;
| ^
62 | folder1Id = (await nodesApiAction.createFolder(folder1, parent2Id)).entry.id;
63 |
64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:61:62
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L61
3) [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')
59 | await nodesApiAction.createFile(fileName1, subFolder2Id);
60 |
> 61 | parent2Id = (await nodesApiAction.createFolder(parent2)).entry.id;
| ^
62 | folder1Id = (await nodesApiAction.createFolder(folder1, parent2Id)).entry.id;
63 |
64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:61:62
|
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
4 passed (56.7s)
|
The logs for this run have expired and are no longer available.
Loading