Manual ADF dependencies bump #2941
Annotations
3 errors, 2 warnings, and 1 notice
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy();
130 | items--;
> 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
132 | await trashPage.navigate();
133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy();
134 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
|
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Error: expect(received).toContain(expected) // indexOf
Expected substring: "1-0 of 0"
Received string: "Showing 1-12 of 12"
204 | await personalFiles.dataTable.spinnerWaitForReload();
205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy();
> 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`);
| ^
207 | });
208 |
209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
|
e2e/playwright/delete-actions/src/tests/restore.e2e.ts#L148
3) [Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location
TypeError: Cannot read properties of null (reading 'entry')
146 |
147 | test.beforeAll(async () => {
> 148 | folder1Id = (await nodesApi.createFolder(folder1)).entry.id;
| ^
149 | folder2Id = (await nodesApi.createFolder(folder2)).entry.id;
150 | file1Id1 = (await nodesApi.createFile(file1, folder1Id)).entry.id;
151 | file2Id = (await nodesApi.createFile(file2, folder2Id)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/restore.e2e.ts:148:58
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "editActions".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
3 flaky
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
[Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location
20 passed (5.3m)
|
This job succeeded
Loading