[security] remove ajv-cli #1666
Annotations
5 errors and 1 notice
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
1) [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
"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
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
1) [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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"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
|
e2e/playwright/navigation/src/tests/single-click.spec.ts#L45
1) [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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
"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
|
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-hbwf4",
"userFolder-kam4h",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
|
1 failed
[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/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
14 passed (4.3m)
|
The logs for this run have expired and are no longer available.
Loading