remove redundant service imports #1736
Annotations
3 errors and 1 notice
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L170
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-17ufx-shared.txt' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170
168 | */
169 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 170 | await this.getCellLinkByName(name).click();
| ^
171 | await this.spinnerWaitForReload();
172 | }
173 |
at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:255:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:283:9
|
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:170:40
|
|
The logs for this run have expired and are no longer available.
Loading