[ACS-6680] Deleted protractor tests - infoDrawer #2233
Annotations
6 errors, 1 warning, and 1 notice
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
1) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Test timeout of 85000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L260
1) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Error: locator.innerText: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-datatable__header--sorted-asc .adf-datatable-cell-header-content .adf-datatable-cell-value,\n .adf-datatable__header--sorted-desc .adf-datatable-cell-header-content .adf-datatable-cell-value')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260
258 |
259 | async getSortedColumnHeaderText(): Promise<string> {
> 260 | return this.sortedColumnHeader.innerText();
| ^
261 | }
262 |
263 | private getItemLocationEl(name: string): Locator {
at DataTableComponent.getSortedColumnHeaderText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.spec.ts:68:44
|
e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
1) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Pending operations:
- locator.innerText at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
2) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 85000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L279
2) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1pe9d.txt' }).locator('.aca-location-link')
locator resolved to <aca-location-link class="aca-location-link adf-location-cell adf-d…>…</aca-location-link>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279
277 |
278 | async clickItemLocation(name: string): Promise<void> {
> 279 | await this.getItemLocationEl(name).click();
| ^
280 | }
281 |
282 | async getSortingOrder(): Promise<string> {
at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:116:33
|
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
2) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:40
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
2 flaky
[List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
35 passed (6.8m)
|
The logs for this run have expired and are no longer available.
Loading