[ACS-5645] Property Panel Feature #1969
Annotations
3 errors and 1 notice
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L268
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-qc80g.txt' }).locator('.aca-location-link')
locator resolved to <aca-location-link class="aca-location-link adf-location-cell adf-d…>…</aca-location-link>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268
266 |
267 | async clickItemLocation(name: string): Promise<void> {
> 268 | await this.getItemLocationEl(name).click();
| ^
269 | }
270 |
271 | async getSortingOrder(): Promise<string> {
at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:112:33
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268:40
|
|
The logs for this run have expired and are no longer available.
Loading