Build(deps-dev): Bump ts-node from 10.9.1 to 10.9.2 #2015
Annotations
6 errors and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | 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:55:8
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | 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:55:8
|
projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L69
1) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "***/#/personal-files/dad588e3-578f-4837-9fed-be87237e80f1", waiting until "load"
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:69
67 |
68 | if (actualOptions.remoteUrl) {
> 69 | await this.page.goto(actualOptions.remoteUrl, {
| ^
70 | waitUntil: actualOptions.waitUntil
71 | });
72 | } else if (this.urlRequest && actualOptions.waitForRequest) {
at PersonalFilesPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:69:23)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:97:25
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L1
1) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.goto at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:69:23
|
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | 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:55:8
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
3) [Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
"beforeAll" hook timeout of 45000ms exceeded.
43 | const fileSite = `fileSite-${Utils.random()}.txt`;
44 |
> 45 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
46 | await apiClientFactory.setUpAcaBackend('***');
47 | const node = await apiClientFactory.nodes.createNode('-my-', { name: folder1, nodeType: 'cm:folder', relativePath: '/' });
48 | folder1Id = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:45:8
|
3 flaky
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
[Navigation] › src/tests/breadcrumb.spec.ts:119:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash
13 passed (3.6m)
|
The logs for this run have expired and are no longer available.
Loading