Build(deps): Bump actions/setup-node from 3 to 4 in /.github/actions/publish-libs in the github-actions group #3440
Annotations
2 errors, 1 warning, and 1 notice
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L174
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:167:9 › Upload new version › on Personal Files › [C297549] file is unlocked after uploading a new version
Error: file-locked1-1l41m.docx is still locked
expect(received).not.toEqual(expected) // deep equality
Expected: not "WRITE_LOCK"
172 |
173 | expect(await personalFiles.dataTable.isItemPresent(fileToUpload1), 'File was not updated').toBe(true);
> 174 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:lockType'), `${fileLocked1} is still locked`).not.toEqual('WRITE_LOCK');
| ^
175 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:versionType'), 'File has incorrect version type').toEqual('MINOR');
176 | expect(await nodesApi.getNodeProperty(fileLocked1Id, 'cm:versionLabel'), 'File has incorrect version label').toEqual('1.1');
177 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:174:114
|
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
Error: {"error":{"errorKey":"Person 'user-q193k' already exists.","statusCode":409,"briefSummary":"08040736 Person 'user-q193k' already exists.","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","logId":"668b08d3-c60d-463e-8b08-d3c60d663e71"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
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/
|
2 flaky
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:167:9 › Upload new version › on Personal Files › [C297549] file is unlocked after uploading a new version
[Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel
27 passed (4.4m)
|
This job succeeded
Loading