GH Auto: Upstream dependencies ADF:6.4.0-6550080792 JS-API:7.1.0-1409 using Tag:6.4.0-6550080792 #1454
Annotations
10 errors and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
2) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
52 | const folder1Renamed = `renamed-${Utils.random()}`;
53 |
> 54 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
55 | const parentNode = await nodesApiAction.createFolder(parent);
56 | parentId = parentNode.entry.id;
57 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:54:8
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
3) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Test timeout of 45000ms exceeded.
|
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L94
3) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Error: page.reload: Page closed
=========================== logs ===========================
waiting for navigation until "networkidle"
navigated to "***/#/personal-files"
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94
92 | ...options
93 | };
> 94 | await this.page.reload(actualOptions);
| ^
95 | }
96 | }
97 |
at PersonalFilesPage.reload (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.spec.ts:60:25
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
3) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Pending operations:
- page.reload at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21
|
e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
3) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 45000ms exceeded.
|
7 failed
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
[Navigation] › src/tests/sidebar.spec.ts:64:7 › Sidebar › [C269096] sidebar toggle ─────────────
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
[Navigation] › src/tests/single-click.spec.ts:68:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files
[Navigation] › src/tests/single-click.spec.ts:75:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
1 flaky
[Navigation] › src/tests/sidebar.spec.ts:72:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page
2 skipped
6 passed (3.6m)
|
The logs for this run have expired and are no longer available.
Loading