GH Auto: Upstream dependencies ADF:6.3.0-6223541418 JS-API:7.0.0 using Tag:6.3.0-6223541418 #1326
Annotations
4 errors and 1 notice
e2e/playwright/actions/src/tests/create-library.spec.ts#L101
1) [Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-library-1nhf0' }).locator('[title="Public"]')
99 | await myLibrariesPage.navigate();
100 | await libraryTable.goThroughPagesLookingForRowWithName(randomLibraryName);
> 101 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible();
| ^
102 |
103 | await libraryTable.performActionInExpandableMenu(randomLibraryName, deleteAction);
104 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-library.spec.ts:101:99
|
e2e/playwright/actions/src/tests/create-library.spec.ts#L1
1) [Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L199
1) [Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-pagination [aria-label="Next page button"]')
locator resolved to <button disabled="true" mat-icon-button="" ng-reflect-di…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not enabled - waiting...
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199
197 | }
198 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).isEnabled();
> 199 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).click();
| ^
200 | await this.spinnerWaitForReload();
201 | }
202 | }
at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199:88)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-library.spec.ts:100:5
|
e2e/playwright/actions/src/tests/create-library.spec.ts#L1
1) [Actions] › src/tests/create-library.spec.ts:89:7 › Create Libraries › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199:88
|
|
The logs for this run have expired and are no longer available.
Loading