Pull request #3966
Annotations
10 errors and 1 notice
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the test suite to run
|
Run /./.github/actions/run-e2e-playwright
Timed out waiting 600s for the teardown for test suite to run
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [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
1) [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-s4bco.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:
e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L79
1) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Target page, context or browser has been closed
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79
77 | ]);
78 | } else {
> 79 | await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, {
| ^
80 | waitUntil: actualOptions.waitUntil,
81 | timeout: 60000
82 | });
at TrashPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79:23)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:77:23
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
2) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L318
2) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-empty-content__title')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318
316 |
317 | async getEmptyStateTitle(): Promise<string> {
> 318 | return (await this.isEmpty()) ? this.emptyListTitle.innerText() : '';
| ^
319 | }
320 |
321 | async getEmptyStateSubtitle(): Promise<string> {
at DataTableComponent.getEmptyStateTitle (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318:57)
at openEmptyTab (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:84:12)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:109:7
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
2) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 85000ms exceeded.
|
Run /./.github/actions/run-e2e-playwright:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L318
2) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-datatable .adf-empty-content__title')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318
316 |
317 | async getEmptyStateTitle(): Promise<string> {
> 318 | return (await this.isEmpty()) ? this.emptyListTitle.innerText() : '';
| ^
319 | }
320 |
321 | async getEmptyStateSubtitle(): Promise<string> {
at DataTableComponent.getEmptyStateTitle (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318:57)
at openEmptyTab (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:84:12)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:109:7
|
Run /./.github/actions/run-e2e-playwright
1 failed
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
6 flaky
[List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed
[List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
1 did not run
59 passed (10.0m)
|
Loading