GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4091
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
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-148cg.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
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
Error: {"error":{"errorKey":"Person 'user-1uylp' already exists.","statusCode":409,"briefSummary":"111814050 Person 'user-1uylp' 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":"ab5664b1-da2d-4387-9664-b1da2db38765"}}
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)
|
Run /./.github/actions/run-e2e-playwright
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:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
27 passed (4.2m)
|
Loading