[ACS-9102] Local ACS deployment for E2Es #4201
Annotations
4 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/sort-list.e2e.ts#L149
1) [List Views] › src/tests/sort-list.e2e.ts:139:7 › Remember sorting › [C589205] Size sort order is retained after viewing a file and closing the viewer
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "firstElement": "file-114.jpg",
+ "firstElement": "file-102.pdf",
"sortingColumn": "Size",
"sortingOrder": "desc",
}
147 |
148 | const actualSortData = await getSortState(personalFiles);
> 149 | expect(actualSortData).toEqual(expectedSortData);
| ^
150 | });
151 |
152 | test('[C261153] Sort order should be remembered separately on each list view', async ({ personalFiles, favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.e2e.ts:149:28
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/sort-list.e2e.ts#L149
1) [List Views] › src/tests/sort-list.e2e.ts:139:7 › Remember sorting › [C589205] Size sort order is retained after viewing a file and closing the viewer
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
- "firstElement": "file-114.jpg",
+ "firstElement": "file-102.pdf",
"sortingColumn": "Size",
"sortingOrder": "desc",
}
147 |
148 | const actualSortData = await getSortState(personalFiles);
> 149 | expect(actualSortData).toEqual(expectedSortData);
| ^
150 | });
151 |
152 | test('[C261153] Sort order should be remembered separately on each list view', async ({ personalFiles, favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.e2e.ts:149:28
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
2) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
2) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1i69v.txt' }).locator('.aca-location-link')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291
289 |
290 | async clickItemLocation(name: string): Promise<void> {
> 291 | await this.getItemLocationEl(name).click();
| ^
292 | }
293 |
294 | 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:291:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:103:33
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[List Views] › src/tests/sort-list.e2e.ts:139:7 › Remember sorting › [C589205] Size sort order is retained after viewing a file and closing the viewer
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
66 passed (7.9m)
|
Loading