GH Auto: Upstream dependencies ADF:6.6.0-7288085775 JS-API:7.5.0-7288085775 using Tag:6.6.0-7288085775 #1926
Annotations
10 errors and 1 notice
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts#L87
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Error: locator.innerText: Target closed
=========================== logs ===========================
waiting for locator('adf-pagination .adf-pagination__current-page')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:87
85 |
86 | async getCurrentPage(): Promise<string> {
> 87 | return this.currentPage.innerText();
| ^
88 | }
89 |
90 | async getTotalPages(): Promise<string> {
at PaginationComponent.getCurrentPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:87:29)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:41:45
|
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Pending operations:
- locator.innerText at projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:79:23
|
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts#L79
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.innerText: Page closed
=========================== logs ===========================
waiting for locator('adf-pagination .adf-pagination__range')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:79
77 |
78 | async getRange(): Promise<string> {
> 79 | return this.range.innerText();
| ^
80 | }
81 |
82 | async getMaxItems(): Promise<string> {
at PaginationComponent.getRange (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:79:23)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:39:45
|
e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.innerText at projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:79:23
|
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts#L87
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Error: locator.innerText: Page closed
=========================== logs ===========================
waiting for locator('adf-pagination .adf-pagination__current-page')
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:87
85 |
86 | async getCurrentPage(): Promise<string> {
> 87 | return this.currentPage.innerText();
| ^
88 | }
89 |
90 | async getTotalPages(): Promise<string> {
at PaginationComponent.getCurrentPage (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:87:29)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:90:45
|
e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
Pending operations:
- locator.innerText at projects/aca-playwright-shared/src/page-objects/components/pagination.component.ts:87:29
|
e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts#L39
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
"beforeAll" hook timeout of 150000ms exceeded.
at src/tests/multiple-pages-files.spec.ts:39
37 | const apiClientFactory = new ApiClientFactory();
38 |
> 39 | test.beforeAll(async () => {
| ^
40 | test.setTimeout(timeouts.extendedTest);
41 | await apiClientFactory.setUpAcaBackend('admin');
42 | await apiClientFactory.createUser({ username });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
|
3 flaky
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu
8 passed (6.7m)
|
The logs for this run have expired and are no longer available.
Loading