ACS-9155 CI e2e flaky test fix #4225
Annotations
3 errors, 5 warnings, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L94
1) [List Views] › src/tests/empty-list.e2e.ts:136:7 › Empty list views › [C280075] Personal Files - pagination controls not displayed
Error: expect(received).toBeFalsy()
Received: true
92 | async function checkPaginationForTabs(searchPage: SearchPage, tab: string, personalFiles: PersonalFilesPage) {
93 | await searchPage.sidenav.openPanel(tab);
> 94 | expect(await personalFiles.pagination.isRangePresent()).toBeFalsy();
| ^
95 | expect(await personalFiles.pagination.isMaxItemsPresent()).toBeFalsy();
96 | expect(await personalFiles.pagination.isCurrentPagePresent()).toBeFalsy();
97 | expect(await personalFiles.pagination.isTotalPagesPresent()).toBeFalsy();
at checkPaginationForTabs (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:94:61)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:137:5
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/sort-list.e2e.ts#L104
2) [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
Test timeout of 85000ms exceeded while running "beforeEach" hook.
102 | });
103 |
> 104 | test.beforeEach(async ({ loginPage, personalFiles }) => {
| ^
105 | await NodesApi.initialize(user1, user1);
106 | await loginPage.loginUser(
107 | { username: user1, password: user1 },
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.e2e.ts:104:8
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L272
2) [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- 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:272
270 |
271 | async getSortedColumnHeaderText(): Promise<string> {
> 272 | return this.sortedColumnHeader.innerText();
| ^
273 | }
274 |
275 | 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:272:36)
at DataTableComponent.sortBy (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:157:35)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.e2e.ts:113:35
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/permissions.e2e.ts#L1
[List Views] › src/tests/permissions.e2e.ts took 1.2m
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/favorites.e2e.ts#L1
[List Views] › src/tests/favorites.e2e.ts took 1.1m
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/shared-files.e2e.ts#L1
[List Views] › src/tests/shared-files.e2e.ts took 55.6s
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/file-libraries.e2e.ts#L1
[List Views] › src/tests/file-libraries.e2e.ts took 42.2s
|
Run /./.github/actions/run-e2e-playwright:
[List Views] › src/tests/recent-files.e2e.ts#L1
[List Views] › src/tests/recent-files.e2e.ts took 40.5s
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[List Views] › src/tests/empty-list.e2e.ts:136:7 › Empty list views › [C280075] Personal Files - pagination controls not displayed
[List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app
65 passed (11.6m)
|
Loading