[ACS-6085] user is not prevented from renaming library to name containing only spaces #1508
Annotations
1 error and 1 notice
e2e/playwright/navigation/src/tests/single-click.spec.ts#L49
1) [Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
TypeError: Cannot read properties of null (reading 'entry')
47 | const node = await apiClientFactory.nodes.createNode('-my-', { name: folder1, nodeType: 'cm:folder', relativePath: '/' });
48 | folder1Id = node.entry.id;
> 49 | folderSearchId = (await nodesApiAction.createFolder(folderSearch)).entry.id;
| ^
50 | deletedFile1Id = (await nodesApiAction.createFile(deletedFile1)).entry.id;
51 | deletedFolder1Id = (await nodesApiAction.createFolder(deletedFolder1)).entry.id;
52 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:49:72
|
|
The logs for this run have expired and are no longer available.
Loading