Build(deps): Bump actions/setup-node from 3 to 4 in /.github/actions/publish-libs in the github-actions group #3416
Annotations
10 errors, 1 warning, and 1 notice
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L85
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
"beforeAll" hook timeout of 85000ms exceeded.
83 | }
84 |
> 85 | test.beforeAll(async () => {
| ^
86 | const apiClientFactory = new ApiClientFactory();
87 | await apiClientFactory.setUpAcaBackend('admin');
88 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:85:8
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L85
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
"beforeAll" hook timeout of 85000ms exceeded.
83 | }
84 |
> 85 | test.beforeAll(async () => {
| ^
86 | const apiClientFactory = new ApiClientFactory();
87 | await apiClientFactory.setUpAcaBackend('admin');
88 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:85:8
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L142
2) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
TypeError: Cannot read properties of null (reading 'entry')
140 | await fileActionAPI.uploadFile(TEST_FILES.PDF.path, `${TEST_FILES.PDF.name}.${TEST_FILES.PDF.extension}`, parentPFId);
141 | file1Id = (await nodesApi.createFile(file1, parentPFId)).entry.id;
> 142 | fileLocked1Id = (await nodesApi.createFile(fileToUpload1, parentPFId)).entry.id;
| ^
143 | fileLocked2Id = (await nodesApi.createFile(fileLocked2, parentPFId)).entry.id;
144 |
145 | await nodesApi.lockNodes([fileLocked1Id, fileLocked2Id]);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:142:78
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
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/
|
22 failed
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:113:9 › Upload new version › on Search Results › [C307005] file is updated after uploading a new version - minor
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:153:9 › Upload new version › on Personal Files › [C297548] upload new version fails when new file name already exists
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:179:9 › Upload new version › on Personal Files › [C297550] file remains locked after canceling of uploading a new version
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file
[Upload Download Actions] › src/tests/upload.e2e.ts:57:7 › Upload files › Upload a file ────────
[Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog
[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
[Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:108:9 › Version actions › on Personal Files › [C586767] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:113:9 › Version actions › on Personal Files › [C586768] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:126:9 › Version actions › on Recent Files › [C586769] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:130:9 › Version actions › on Recent Files › [C586770] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:135:9 › Version actions › on Recent Files › [C586771] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:148:9 › Version actions › on Favorites › [C586772] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:152:9 › Version actions › on Favorites › [C586773] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:157:9 › Version actions › on Favorites › [C586774] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:170:9 › Version actions › on Shared Files › [C586776] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:174:9 › Version actions › on Shared Files › [C586777] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:179:9 › Version actions › on Shared Files › [C586778] Should be possible to download a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version
[Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File
[Upload Download Actions] › src/tests/version-actions.e2e.ts:203:9 › Version actions › on Search › [C586781] Should be possible to download a previous document version
4 did not run
3 passed (4.0m)
|
This job failed
Loading