[ACS-9088] Review and update docs on extension creation #4107
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L125
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).toContain(expected) // indexOf
Expected substring: "file1-1spa4.txt deleted"
Received string: "file1-1spa4.txt couldn't be deleted"
123 | await personalFiles.matMenu.clickMenuItem('Delete');
124 | const message = await personalFiles.snackBar.getSnackBarMessage();
> 125 | expect(message).toContain(`${file1} deleted`);
| ^
126 | const action = await personalFiles.snackBar.getSnackBarActionText();
127 | expect(action).toContain('Undo');
128 | await personalFiles.snackBar.closeIcon.click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:125:23
|
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 #1 ───────────────────────────────────────────────────────────────────────────────────────
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 #1 ───────────────────────────────────────────────────────────────────────────────────────
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 #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
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#L81
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
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:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
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:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright
15 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:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
[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:188:9 › Delete and undo delete › on Personal Files › [C217130] notification on multiple items deletion - all 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/delete-undo-delete.e2e.ts:221:9 › Delete and undo delete › on Personal Files › [C280504] undo delete of multiple files
[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
8 did not run
|
Loading