Pull request #3527
Annotations
10 errors, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
1) [Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ───────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-fub76' })
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-fub76' })
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:87:5
|
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:85:7 › Copy actions › [C217135] Copy a 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:85:7 › Copy actions › [C217135] Copy a file ───────
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:94:7 › Copy actions › [C291888] Copy a folder with content
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: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
2) [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
3) [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
3) [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
3) [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
4) [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>
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run /./.github/actions/run-e2e-playwright
16 failed
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ────────
[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/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
2 flaky
[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:181:7 › Copy actions › [C217172] Undo copy of folders
5 passed (5.0m)
|
Loading