Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 19.0.0 #4006
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L80
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
"beforeAll" hook timeout of 85000ms exceeded.
78 | let parentId: string;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
82 |
83 | await nodesApi.createFile(file1, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:80:10
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L93
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
91 | const folder1Id = (await nodesApi.createFolder(folder1, parentId)).entry.id;
92 | const folder2Id = (await nodesApi.createFolder(folder2, parentId)).entry.id;
> 93 | const folder3Id = (await nodesApi.createFolder(folder3, parentId)).entry.id;
| ^
94 | const folder4Id = (await nodesApi.createFolder(folder4, parentId)).entry.id;
95 | const folder5Id = (await nodesApi.createFolder(folder5, parentId)).entry.id;
96 | const folder6Id = (await nodesApi.createFolder(folder6, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:93:74
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L80
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
"beforeAll" hook timeout of 85000ms exceeded.
78 | let parentId: string;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
82 |
83 | await nodesApi.createFile(file1, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:80:10
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L91
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
89 | await nodesApi.createFile(file7, parentId);
90 |
> 91 | const folder1Id = (await nodesApi.createFolder(folder1, parentId)).entry.id;
| ^
92 | const folder2Id = (await nodesApi.createFolder(folder2, parentId)).entry.id;
93 | const folder3Id = (await nodesApi.createFolder(folder3, parentId)).entry.id;
94 | const folder4Id = (await nodesApi.createFolder(folder4, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:91:74
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright
12 failed
[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:179:9 › Delete and undo delete › on Personal Files › [C217129] notification on multiple items deletion - some items fail to delete
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content
[Delete Actions] › src/tests/permanently-delete.e2e.ts:82:9 › Delete and undo delete › Permanently delete from Trash › [C217091] delete a file
[Delete Actions] › src/tests/permanently-delete.e2e.ts:100:9 › Delete and undo delete › Permanently delete from Trash › [C290103] delete a library
[Delete Actions] › src/tests/permanently-delete.e2e.ts:119:9 › Delete and undo delete › Permanently delete from Trash › [C269113] Confirmation dialog UI
[Delete Actions] › src/tests/restore.e2e.ts:94:9 › Restore from Trash › successful restore › [C217177] restore file
[Delete Actions] › src/tests/restore.e2e.ts:112:9 › Restore from Trash › successful restore › [C217182] restore multiple items
[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
[Delete Actions] › src/tests/restore.e2e.ts:171:9 › Restore from Trash › failure to restore › [C217179] Restore a file when original location no longer exists
[Delete Actions] › src/tests/restore.e2e.ts:225:9 › Restore from Trash › Notification on partial success › [C217183] one failure
[Delete Actions] › src/tests/restore.e2e.ts:231:9 › Restore from Trash › Notification on partial success › [C217184] multiple failures
11 did not run
|
Loading