[ACS-8371] Fix viewer preview #3265
Annotations
2 errors, 2 warnings, and 1 notice
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists
Test timeout of 85000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L275
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists
Error: locator.waitFor: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1v9y9.txt' }).locator('.aca-location-link').locator('a')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:275
273 |
274 | async getItemLocationText(name: string): Promise<string> {
> 275 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' });
| ^
276 | return this.getItemLocationEl(name).innerText();
277 | }
278 |
at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:275:53)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:93:40
|
[List Views] › src/tests/generic-errors.e2e.ts#L1
[List Views] › src/tests/generic-errors.e2e.ts took 15.2s
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading