[ACS-6849][ACA] Upgrade to Angular 17 #4099
Annotations
3 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: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-nyidf' })
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-nyidf' })
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/destination-picker-dialog.e2e.ts#L1
2) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
Test timeout of 150000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
2) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-rasey' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204
202 | */
203 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 204 | await this.getCellLinkByName(name).click();
| ^
205 | await this.spinnerWaitForReload();
206 | }
207 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40)
at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:99:11
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Copy Move Actions] › src/tests/copy.e2e.ts:85:7 › Copy actions › [C217135] Copy a file ────────
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination
21 passed (7.5m)
|
Loading