[ACS-9088] Review and update docs on extension creation #4107
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L70
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
TypeError: Cannot read properties of null (reading 'entry')
68 | const sourceFolderId = (await nodesApi.createFolder(sourceFolder)).entry.id;
69 | sourceFileInsideFolderId = (await nodesApi.createFile(sourceFileInsideFolder, sourceFolderId)).entry.id;
> 70 | sourceFileId = (await nodesApi.createFile(sourceFile)).entry.id;
| ^
71 |
72 | await personalFiles.navigate();
73 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:70:60
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L139
4) [Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
Error: expect(received).toBeTruthy()
Received: false
137 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder);
138 | await personalFiles.spinner.waitForReload();
> 139 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy();
| ^
140 | await personalFiles.dataTable.performClickFolderOrFileToOpen(sourceFolder);
141 | await personalFiles.spinner.waitForReload();
142 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFileInsideFolder)).toBeTruthy();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:139:76
|
Run /./.github/actions/run-e2e-playwright
19 failed
[Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination
[Copy Move Actions] › src/tests/copy.e2e.ts:130:7 › Copy actions › [C217138] Copy a folder with a name that already exists on the destination
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ──
[Copy Move Actions] › src/tests/copy.e2e.ts:157:7 › Copy actions › [C217140] Copy folder that contains locked file
[Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:82:7 › Copy Move actions › [C263876] Consumer user cannot select the folder as destination
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
[Copy Move Actions] › src/tests/move.e2e.ts:77:7 › Move actions › [C217316] Move a file ────────
[Copy Move Actions] › src/tests/move.e2e.ts:88:7 › Move actions › [C291958] Move multiple items
[Copy Move Actions] › src/tests/move.e2e.ts:101:7 › Move actions › [C217318] Move a file with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.e2e.ts:115:7 › Move actions › [C217319] Move a folder with a name that already exists on the destination
[Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ──
[Copy Move Actions] › src/tests/move.e2e.ts:145:7 › Move actions › [C217324] Undo move files ───
[Copy Move Actions] › src/tests/move.e2e.ts:157:7 › Move actions › [C217325] Undo move of folders
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file
1 flaky
[Copy Move Actions] › src/tests/copy.e2e.ts:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the destination
3 passed (5.3m)
|
Loading