[ACS-6085] user is not prevented from renaming library to name containing only spaces #1490
Annotations
10 errors and 1 notice
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L54
1) [Navigation] › src/tests/breadcrumb.spec.ts:94: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.
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:94: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.
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:94:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
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#L61
2) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps
TypeError: Cannot read properties of null (reading 'entry')
59 | await nodesApiAction.createFile(fileName1, subFolder2Id);
60 |
> 61 | parent2Id = (await nodesApiAction.createFolder(parent2)).entry.id;
| ^
62 | folder1Id = (await nodesApiAction.createFolder(folder1, parent2Id)).entry.id;
63 |
64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:61:62
|
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.
|
6 failed
[Navigation] › src/tests/breadcrumb.spec.ts:94: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: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/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/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
2 skipped
7 passed (7.5m)
|
The logs for this run have expired and are no longer available.
Loading