Skip to content

[ACS-4794] ES migration PR #1654

[ACS-4794] ES migration PR

[ACS-4794] ES migration PR #1654

Re-run triggered November 6, 2023 12:10
Status Cancelled
Total duration 11m 24s
Artifacts 18

pull-request.yml

on: pull_request
Matrix: unit-tests
Matrix: E2e test suites: Playwright
Matrix: e2es
Finalize
3s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

55 errors, 13 warnings, and 6 notices
E2e test suites: createActions
Process completed with exit code 1.
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
1) [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[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: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
2) [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 TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[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: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
2) [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 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[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: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
2) [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 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
3) [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') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
3) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps: e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L66
3) [Navigation] › src/tests/breadcrumb.spec.ts:117:7 › viewer action file › [C213240] Browser back navigates to previous location regardless of breadcrumb steps Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 64 | await sitesApiAction.createSite(siteName, Site.VisibilityEnum.PUBLIC); 65 | const docLibId = await sitesApiAction.getDocLibId(siteName); > 66 | parentFromSiteId = (await nodesApiAction.createFolder(parentFromSite, docLibId)).entry.id; | ^ 67 | subFolder1FromSiteId = (await nodesApiAction.createFolder(subFolder1FromSite, parentFromSiteId)).entry.id; 68 | subFolder2FromSiteId = (await nodesApiAction.createFolder(subFolder2FromSite, subFolder1FromSiteId)).entry.id; 69 | await nodesApiAction.createFile(fileName1FromSite, subFolder2FromSiteId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:66:86
[Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash: e2e/playwright/navigation/src/tests/single-click.spec.ts#L50
4) [Navigation] › src/tests/single-click.spec.ts:62:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash TypeError: Cannot read properties of null (reading 'entry') 48 | folder1Id = node.entry.id; 49 | folderSearchId = (await nodesApiAction.createFolder(folderSearch)).entry.id; > 50 | deletedFile1Id = (await nodesApiAction.createFile(deletedFile1)).entry.id; | ^ 51 | deletedFolder1Id = (await nodesApiAction.createFolder(deletedFolder1)).entry.id; 52 | 53 | await sitesApiAction.createSite(siteName); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:50:70
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652] TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
2) [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L112
3) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'entry') at src/tests/special-permissions-actions.test.ts:112 110 | 111 | await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocx.name, docLibId); > 112 | fileDocxFavId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxFav.name, docLibId)).entry.id; | ^ 113 | await managerNodeActions.createFile(testData.file.name, docLibId); 114 | fileFavId = (await managerNodeActions.createFile(testData.fileFav.name, docLibId)).entry.id; 115 | fileDocxSharedId = (await managerFileActions.uploadFileWithRename(TEST_FILES.DOCX.path, testData.fileDocxShared.name, docLibId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:112:128
E2e test suites: Playwright (special-permissions, 6)
Process completed with exit code 1.
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
1) [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
2) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
2) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
2) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
3) [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
3) [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name: projects/aca-playwright-shared/src/api/nodes-api.ts#L283
3) [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') at ../../../projects/aca-playwright-shared/src/api/nodes-api.ts:283 281 | 282 | async createFolderLink(originalNodeId: string, destinationId: string): Promise<NodeEntry | null> { > 283 | const name = (await this.getNodeById(originalNodeId)).entry.name; | ^ 284 | const nodeBody = { 285 | name: `Link to ${name}.url`, 286 | nodeType: 'app:folderlink', at NodesApi.createFolderLink (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/api/nodes-api.ts:283:59) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:107:19
[Actions] › src/tests/create-library.spec.ts:72:7 › Create Libraries › [C280024] Create Library dialog UI: e2e/playwright/actions/src/tests/create-library.spec.ts#L1
4) [Actions] › src/tests/create-library.spec.ts:72:7 › Create Libraries › [C280024] Create Library dialog UI Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"Failed to import package at line 50; column 28 due to error: 1006152283 Failed to copy reader content to writer: \n writer: ContentWriter: path:fb9831c9-a44a-4034-8c93-0c5eb66790e7.bin\n source reader: ContentAccessor[ contentUrl=s3v2://fb9831c9-a44a-4034-8c93-0c5eb66790e7.bin, mimetype=application/octet-stream, size=282, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"b40c6342-3f30-4af1-ad9a-abf14e46e6fa"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151203 Failed to copy reader content to writer: \n writer: ContentWriter: path:b48dc0dd-25a2-4aa8-ac46-c821bd016a14.bin\n source reader: ContentAccessor[ contentUrl=s3v2://b48dc0dd-25a2-4aa8-ac46-c821bd016a14.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"9e722bc8-005f-468e-9b03-05fd79a05890"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151232 Failed to copy reader content to writer: \n writer: ContentWriter: path:31abf591-5171-44d3-9e49-e2fe21008af9.bin\n source reader: ContentAccessor[ contentUrl=s3v2://31abf591-5171-44d3-9e49-e2fe21008af9.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"cd5b2c8f-5bba-4c28-ad31-74ccb2aadfef"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151255 Failed to copy reader content to writer: \n writer: ContentWriter: path:b03dc6ad-567e-4a67-8836-67bfe808d650.bin\n source reader: ContentAccessor[ contentUrl=s3v2://b03dc6ad-567e-4a67-8836-67bfe808d650.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"585e8140-606e-461f-a55e-8ea0eab8624b"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151206 Failed to copy reader content to writer: \n writer: ContentWriter: path:9f54be9b-0b2f-4254-a69a-6d53127fd4f3.bin\n source reader: ContentAccessor[ contentUrl=s3v2://9f54be9b-0b2f-4254-a69a-6d53127fd4f3.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"fff22e71-f09e-4a51-82ba-cc26d8400ab6"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151229 Failed to copy reader content to writer: \n writer: ContentWriter: path:03757cf7-7400-4c7c-b407-12fb2605210d.bin\n source reader: ContentAccessor[ contentUrl=s3v2://03757cf7-7400-4c7c-b407-12fb2605210d.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"41a46662-207e-4dbd-bb31-b06f3b12723b"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151246 Failed to copy reader content to writer: \n writer: ContentWriter: path:a0ca791f-c261-491b-90ec-039504b12dd3.bin\n source reader: ContentAccessor[ contentUrl=s3v2://a0ca791f-c261-491b-90ec-039504b12dd3.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"cfc55f84-6c21-4b09-8ee2-5121b15d86c5"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151200 Failed to copy reader content to writer: \n writer: ContentWriter: path:974153e3-3ced-4a5e-9ce4-a5c176f08254.bin\n source reader: ContentAccessor[ contentUrl=s3v2://974153e3-3ced-4a5e-9ce4-a5c176f08254.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"d758a824-353c-4a28-a602-e74787684b3a"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151226 Failed to copy reader content to writer: \n writer: ContentWriter: path:3bbf67fa-0dff-4967-855e-683aaf6ded85.bin\n source reader: ContentAccessor[ contentUrl=s3v2://3bbf67fa-0dff-4967-855e-683aaf6ded85.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"022dc777-c865-4804-a672-3ed1ce677f78"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites: e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L1
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151250 Failed to copy reader content to writer: \n writer: ContentWriter: path:024ea347-f476-41f4-b80e-cafc42dcb8ab.bin\n source reader: ContentAccessor[ contentUrl=s3v2://024ea347-f476-41f4-b80e-cafc42dcb8ab.bin, mimetype=application/vnd.openxmlformats-officedocument.wordprocessingml.document, size=9926, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"100883ac-e61c-432a-b29d-4b8d2d47fff9"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-protected.spec.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file: e2e/playwright/viewer/src/tests/viewer-protected.spec.ts#L1
4) [Viewer] › src/tests/viewer-protected.spec.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"1006151273 Failed to copy reader content to writer: \n writer: ContentWriter: path:f9bc3764-40da-4c52-8b4e-600fb8d45eca.bin\n source reader: ContentAccessor[ contentUrl=s3v2://f9bc3764-40da-4c52-8b4e-600fb8d45eca.bin, mimetype=application/pdf, size=18052, encoding=UTF-8, locale=en]","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"4dd5a57c-1e1e-4bd5-8156-419070e8e35e"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
E2e test suites: editActions,favoriteActions
Process completed with exit code 1.
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
Process completed with exit code 1.
E2e test suites: listViews,navigation
The operation was canceled.
E2e test suites: uploadDownloadActions
The operation was canceled.
E2e test suites: actionsAvailableFilesFolders
The operation was canceled.
E2e test suites: pagination
The operation was canceled.
E2e test suites: actionsAvailableSpecialPermissions
The operation was canceled.
E2e test suites: deleteActions
The operation was canceled.
E2e test suites: search
The operation was canceled.
E2e test suites: copyMoveActions
The operation was canceled.
E2e test suites: shareActions
The operation was canceled.
E2e test suites: libraryActions
The operation was canceled.
E2e test suites: viewer,infoDrawer,extensions
The operation was canceled.
Finalize
Process completed with exit code 1.
lint: app/src/main.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L133
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L287
Promise returned in function argument where a void return was expected
lint: projects/aca-content/folder-rules/src/services/folder-rule-sets.service.spec.ts#L142
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
E2e test suites: Playwright (folder-rules, 2)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: listViews,navigation
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 passed (46.1s)
🎭 Playwright Run Summary
6 passed (43.5s)
🎭 Playwright Run Summary
6 failed [Navigation] › src/tests/breadcrumb.spec.ts:76:7 › viewer action file › [C260964] Personal Files breadcrumb main node [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/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:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh 4 skipped 5 passed (1.1m)
🎭 Playwright Run Summary
3 failed [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] [special-permissions] › src/tests/viewer.ts:183:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, favorite - [C326652] [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] 33 skipped
🎭 Playwright Run Summary
6 failed [Actions] › src/tests/create-folder-from-template.spec.ts:133:11 › Create folder from template › Personal Files page › Select Template dialog › [C325147] Select template - dialog UI - with existing templates [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required [Actions] › src/tests/create-folder-from-template.spec.ts:336:11 › Create folder from template › Personal Files page › Folder created from template on Personal Files › [C325157] Create a folder from a template - with a new Name [Actions] › src/tests/create-library.spec.ts:72:7 › Create Libraries › [C280024] Create Library dialog UI [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description [Actions] › src/tests/create-library.spec.ts:198:7 › Create Libraries › [C280026] Library ID cannot contain special characters 26 skipped 10 passed (1.6m)
🎭 Playwright Run Summary
9 failed [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites [Viewer] › src/tests/viewer-protected.spec.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file [Viewer] › src/tests/viewer-protected.spec.ts:73:7 › viewer file › [C268960] Error appears when entering an incorrect *** [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ──────────── [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file 12 skipped

Artifacts

Produced during runtime
Name Size
actions Expired
130 KB
actionsAvailableFilesFolders Expired
3.49 MB
actionsAvailableLibraries,actionsAvailableNewMenu Expired
2.48 MB
actionsAvailableSpecialPermissions Expired
10.3 MB
copyMoveActions Expired
5.48 MB
createActions Expired
3.12 MB
deleteActions Expired
2.85 MB
editActions,favoriteActions Expired
2.55 MB
libraryActions Expired
2.75 MB
listViews,navigation Expired
2.45 MB
navigation Expired
1.16 MB
pagination Expired
3.96 MB
search Expired
2.53 MB
shareActions Expired
3.49 MB
special-permissions Expired
61.4 KB
uploadDownloadActions Expired
2.37 MB
viewer Expired
4.81 MB
viewer,infoDrawer,extensions Expired
3.13 MB