[ACS-5511] create library tests update #1709
Annotations
1 error and 1 notice
projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
=========================== logs ===========================
waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-1v1ic.txt' }) to be visible
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47
45 |
46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> {
> 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.medium });
| ^
48 | await this.getCellLinkByName(name).dblclick();
49 | await this.spinnerWaitForReload();
50 | }
at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:362:9
|
|
The logs for this run have expired and are no longer available.
Loading