GH Auto: Upstream dependencies ADF:6.6.0-7017572520 JS-API:7.5.0-7017572520 using Tag:6.6.0-7017572520 #1825
Annotations
1 error and 1 notice
projects/aca-playwright-shared/src/api/nodes-api.ts#L358
1) [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name
TypeError: Cannot read properties of null (reading 'entry')
at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:358
356 |
357 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> {
> 358 | const name = (await this.getNodeById(originalNodeId)).entry.name;
| ^
359 | const nodeBody = {
360 | name: `Link to ${name}.url`,
361 | nodeType: 'app:folderlink',
at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:358:59)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
|
|
The logs for this run have expired and are no longer available.
Loading