Pull request #4092
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L68
1) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─
TypeError: Cannot read properties of null (reading 'entry')
66 |
67 | destinationFolderId = (await nodesApi.createFolder(destinationFolder)).entry.id;
> 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 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:68:72
|
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:146:7 › Copy actions › [C217139] Copy locked file ─
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:146:7 › Copy actions › [C217139] Copy locked file ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
2) [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
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-namep' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-namep' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64
62 | const row = this.getRowByName(folderName);
63 |
> 64 | await expect(row).toBeVisible();
| ^
65 | await row.click({ trial: true });
66 |
67 | await expect(async () => {
at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64:23)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:105:36)
at copyContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:76:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:195:5
|
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:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name 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
2) [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
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:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name 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:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name 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:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name 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#L1
4) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Test timeout of 150000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright
3 failed
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ──
[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
[Copy Move Actions] › src/tests/copy.e2e.ts:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
3 flaky
[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:157:7 › Copy actions › [C217140] Copy folder that contains locked file
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination
17 passed (8.5m)
|
Loading