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:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-zdfvd' })
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-zdfvd' })
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:96:5
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L67
1) [Copy Move Actions] › src/tests/copy.e2e.ts:94:7 › Copy actions › [C291888] Copy a folder with content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of null (reading 'entry')
65 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed');
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;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:67:76
|
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:
projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
4) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-1g497' })
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-1g497' })
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:150:5
|
Run /./.github/actions/run-e2e-playwright
20 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: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/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
[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
3 passed (4.1m)
|
Loading