ACS-9155 CI e2e flaky test fix #4211
Annotations
2 errors, 2 warnings, and 1 notice
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:191:7 › Copy actions › [C217173] Undo copy of a file when a file with same name already exists on the 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#L253
1) [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: locator.hover: Test timeout of 150000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'source-file-1ltyb.txt' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:253
251 | if (!isSelected) {
252 | const row = this.getRowByName(name);
> 253 | await row.hover();
| ^
254 | await row.locator(this.uncheckedCheckbox).click();
255 | await row.locator(this.checkedCheckbox).waitFor({ state: 'attached' });
256 | }
at DataTableComponent.selectItems (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:253:19)
at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:101:7)
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:
[Copy Move Actions] › src/tests/move.e2e.ts#L1
[Copy Move Actions] › src/tests/move.e2e.ts took 5.2m
|
Run /./.github/actions/run-e2e-playwright:
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts#L1
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts took 23.2s
|
Run /./.github/actions/run-e2e-playwright
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
22 passed (14.5m)
|
Loading