GH Auto: Upstream dependencies ADF:6.6.0-7447507400 JS-API:7.5.0-7447507400 using Tag:6.6.0-7447507400 #2010
Annotations
6 errors and 1 notice
|
|
e2e/playwright/actions/src/tests/library/library-actions.spec.ts#L1
1) [Actions] › src/tests/library/library-actions.spec.ts:407:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L45
1) [Actions] › src/tests/library/library-actions.spec.ts:407:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results
Error: locator.waitFor: Page closed
=========================== logs ===========================
waiting for locator('.mat-menu-content button').filter({ hasText: 'Remove Favorite' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:45
43 | async clickMenuItem(menuItem: string): Promise<void> {
44 | const menuElement = this.getButtonByText(menuItem);
> 45 | await menuElement.waitFor({ state: 'attached' });
| ^
46 | await menuElement.click();
47 | await menuElement.waitFor({ state: 'detached' });
48 | }
at MatMenuComponent.clickMenuItem (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:45:23)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/library/library-actions.spec.ts:420:25
|
e2e/playwright/actions/src/tests/library/library-actions.spec.ts#L1
1) [Actions] › src/tests/library/library-actions.spec.ts:407:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results
Pending operations:
- locator.waitFor at projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:45:23
|
|
|
The logs for this run have expired and are no longer available.
Loading