Test translation cleanup #4027
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts#L1
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L253
1) [Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
Error: locator.hover: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-locked-12c9y.docx' })
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 /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/edit-actions/src/tests/edit-offline.e2e.ts:87:5
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Edit Actions] › src/tests/edit-offline.e2e.ts:86:7 › Edit offline - on Personal Files › [XAT-5306] Cancel Editing unlocks the file
10 passed (4.1m)
|
Loading