Skip to content

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4076

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251

GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 #4076

Triggered via pull request December 13, 2024 18:08
Status Failure
Total duration 15m 26s
Artifacts

pull-request.yml

on: pull_request
Matrix: e2es-playwright
Finalize
3s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

141 errors, 5 warnings, and 17 notices
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L161
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-11 of 11 " 159 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeFalsy(); 160 | items--; > 161 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 162 | await trashPage.navigate(); 163 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeTruthy(); 164 | expect(await personalFiles.dataTable.isItemPresent(file1InFolder)).toBeFalsy(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:161:60
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L91
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 89 | await nodesApi.createFile(file7, parentId); 90 | > 91 | const folder1Id = (await nodesApi.createFolder(folder1, parentId)).entry.id; | ^ 92 | const folder2Id = (await nodesApi.createFolder(folder2, parentId)).entry.id; 93 | const folder3Id = (await nodesApi.createFolder(folder3, parentId)).entry.id; 94 | const folder4Id = (await nodesApi.createFolder(folder4, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:91:74
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 79 | 80 | test.beforeAll(async () => { > 81 | parentId = (await nodesApi.createFolder(parent)).entry.id; | ^ 82 | 83 | await nodesApi.createFile(file1, parentId); 84 | await nodesApi.createFile(file2, parentId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'unlockNodes') 113 | 114 | test.afterAll(async () => { > 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]); | ^ 116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); 117 | }); 118 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 79 | 80 | test.beforeAll(async () => { > 81 | parentId = (await nodesApi.createFolder(parent)).entry.id; | ^ 82 | 83 | await nodesApi.createFile(file1, parentId); 84 | await nodesApi.createFile(file2, parentId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'unlockNodes') 113 | 114 | test.afterAll(async () => { > 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]); | ^ 116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); 117 | }); 118 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
3) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file Error: expect(received).toContain(expected) // indexOf Expected substring: "1-0 of 0" Received string: "Showing 1-12 of 12" 204 | await personalFiles.dataTable.spinnerWaitForReload(); 205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy(); > 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`); | ^ 207 | }); 208 | 209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L91
3) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'entry') 89 | await nodesApi.createFile(file7, parentId); 90 | > 91 | const folder1Id = (await nodesApi.createFolder(folder1, parentId)).entry.id; | ^ 92 | const folder2Id = (await nodesApi.createFolder(folder2, parentId)).entry.id; 93 | const folder3Id = (await nodesApi.createFolder(folder3, parentId)).entry.id; 94 | const folder4Id = (await nodesApi.createFolder(folder4, parentId)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:91:74
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L67
1) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items TypeError: Cannot read properties of null (reading 'entry') 65 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed'); 66 | > 67 | destinationFolderId = (await nodesApi.createFolder(destinationFolder)).entry.id; | ^ 68 | const sourceFolderId = (await nodesApi.createFolder(sourceFolder)).entry.id; 69 | sourceFileInsideFolderId = (await nodesApi.createFile(sourceFileInsideFolder, sourceFolderId)).entry.id; 70 | sourceFileId = (await nodesApi.createFile(sourceFile)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:67:76
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
1) [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
2) [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L154
3) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─ Error: expect(received).toBeTruthy() Received: false 152 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder); 153 | await personalFiles.spinner.waitForReload(); > 154 | expect(await personalFiles.dataTable.isItemPresent(sourceFile)).toBeTruthy(); | ^ 155 | }); 156 | 157 | test('[C217140] Copy folder that contains locked file', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:154:69
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
3) [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/copy.e2e.ts:157:7 › Copy actions › [C217140] Copy folder that contains locked file: e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts#L1
4) [Copy Move Actions] › src/tests/copy.e2e.ts:157:7 › Copy actions › [C217140] Copy folder that contains locked file Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L105
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Error: Item should be present in Trash expect(received).toBe(expected) // Object.is equality Expected: true Received: false 103 | await expect(personalFiles.dataTable.getCellLinkByName(randomDocxDelete), 'file should not visible').toBeHidden(); 104 | await trashPage.navigate({ waitUntil: 'domcontentloaded' }); > 105 | expect(await trashPage.dataTable.isItemPresent(randomDocxDelete), 'Item should be present in Trash').toBe(true); | ^ 106 | }); 107 | 108 | test('[C297584] Edit Offline action', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:105:106
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L80
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteNode') 78 | 79 | test.afterAll(async () => { > 80 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true }); | ^ 81 | await apiClientFactory.nodes.deleteNode(destinationId, { permanent: true }); 82 | }); 83 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:80:34
[Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ─ Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L80
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteNode') 78 | 79 | test.afterAll(async () => { > 80 | await apiClientFactory.nodes.deleteNode(folderId, { permanent: true }); | ^ 81 | await apiClientFactory.nodes.deleteNode(destinationId, { permanent: true }); 82 | }); 83 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:80:34
[Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Viewer] › src/tests/viewer-action.e2e.ts:169:7 › viewer action file › [C286395] Share action from Favorites: projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L62
3) [Viewer] › src/tests/viewer-action.e2e.ts:169:7 › viewer action file › [C286395] Share action from Favorites TimeoutError: locator.waitFor: Timeout 5000ms exceeded. Call log: - waiting for locator('adf-viewer .adf-viewer-render-layout-content') to be visible at ../../../projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:62 60 | 61 | async waitForViewerToOpen(waitForViewerContent?: 'wait for viewer content'): Promise<void> { > 62 | await this.viewerLocator.waitFor({ state: 'visible', timeout: timeouts.medium }); | ^ 63 | if (waitForViewerContent) { 64 | await this.spinnerWaitForReload(); 65 | } at ViewerComponent.waitForViewerToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:62:30) at ViewerComponent.isViewerOpened (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts:69:16) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:172:38
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Test timeout of 85000ms exceeded.
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L214
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file4-rc3ia.txt' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:214 212 | 213 | async getActionLocatorFromExpandableMenu(name: string | number, action: string): Promise<Locator> { > 214 | await this.getRowByName(name).click({ button: 'right' }); | ^ 215 | return this.contextMenuActions.getButtonByText(action); 216 | } 217 | at DataTableComponent.getActionLocatorFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:214:35) at DataTableComponent.performActionFromExpandableMenu (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:177:44) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:159:9
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteNodes') 54 | 55 | test.afterAll(async () => { > 56 | await apiClientFactory.nodes.deleteNodes([parentId]); | ^ 57 | }); 58 | 59 | test.describe('when logged out', () => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L1
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L56
1) [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteNodes') 54 | 55 | test.afterAll(async () => { > 56 | await apiClientFactory.nodes.deleteNodes([parentId]); | ^ 57 | }); 58 | 59 | test.describe('when logged out', () => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:56:34
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-zsv7v]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-zsv7v]') 121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 122 | await libraryDialog.createButton.click(); > 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 124 | 125 | await myLibrariesPage.navigate(); 126 | await expect(libraryTable.getCellByColumnNameAndRowItem(randomLibraryName, publicVisibility)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:123:73
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
1) [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Error: <html>
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library TypeError: Cannot read properties of null (reading 'newContext')
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts#L38
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-toolbar [data-automation-id="manage-rules-create-button"]') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts:38 36 | 37 | async clickCreateRuleButton(): Promise<void> { > 38 | await this.createRuleButton.click(); | ^ 39 | } 40 | 41 | async clickLinkRulesButton(): Promise<void> { at ToolbarComponent.clickCreateRuleButton (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts:38:33) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:124:29
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 55 | } 56 | > 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id; | ^ 58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id; 59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id; 60 | await nodesApi.createFile(copyFileName, randomFolderName1Id); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 55 | } 56 | > 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id; | ^ 58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id; 59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id; 60 | await nodesApi.createFile(copyFileName, randomFolderName1Id); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
[Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L196
2) [Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-edit-rule-dialog [data-automation-id="edit-rule-dialog-submit"]') to be hidden 135 × locator resolved to visible <button color="primary" mat-flat-button="" ng-reflect-color="primary" ng-reflect-disabled="false" data-automation-id="edit-rule-dialog-submit" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="mdc-button mdc-button--unelevated mat-mdc-unelevated-button mat-primary mat-mdc-button-base cdk-focused cdk-mouse-focused">…</button> 194 | await nodesPage.actionsDropdown.insertAddAspectActionValues('site which', 3); 195 | await nodesPage.manageRulesDialog.createRuleButton.click(); > 196 | await nodesPage.manageRulesDialog.createRuleButton.waitFor({ state: 'hidden' }); | ^ 197 | await nodesPage.manageRules.getGroupsList(randomRuleName).click(); 198 | 199 | await nodesPage.manageRules.checkAspects(['sc:controlsAreClearance', 'sfdc:objectModel', 'sfdc:folder', 'sfdc:site']); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:196:56
[Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L57
2) [Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 55 | } 56 | > 57 | randomFolderName1Id = (await nodesApi.createFolder(randomFolderName1)).entry.id; | ^ 58 | randomFolderName2Id = (await nodesApi.createFolder(randomFolderName2)).entry.id; 59 | randomFolderName3Id = (await nodesApi.createFolder(randomFolderName3, randomFolderName1Id)).entry.id; 60 | await nodesApi.createFile(copyFileName, randomFolderName1Id); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:57:43
[Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Test timeout of 85000ms exceeded.
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-private2-yrhiq' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40) at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:42:41) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:71:9
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:74:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File favorite - [C326625]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:74:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File favorite - [C326625] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:74:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File favorite - [C326625]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:74:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File favorite - [C326625] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
3) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
3) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Test timeout of 85000ms exceeded.
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts#L85
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for getByTitle('Expand navigation menu') at ../../../projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts:85 83 | const expanded = await this.isSidenavExpanded(); 84 | if (!expanded) { > 85 | await this.sidenavExpand.click(); | ^ 86 | await this.expandedSidenav.waitFor({ state: 'attached' }); 87 | } 88 | } at SidenavComponent.expandSideNav (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts:85:32) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:52:5
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
1) [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ───────────── Test timeout of 85000ms exceeded.
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle: projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts#L85
2) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ───────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for getByTitle('Expand navigation menu') at ../../../projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts:85 83 | const expanded = await this.isSidenavExpanded(); 84 | if (!expanded) { > 85 | await this.sidenavExpand.click(); | ^ 86 | await this.expandedSidenav.waitFor({ state: 'attached' }); 87 | } 88 | } at SidenavComponent.expandSideNav (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/sidenav.component.ts:85:32) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:73:5
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L179
1) [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-16at1' }).locator('[title="Manager"]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-16at1' }).locator('[title="Manager"]') 177 | 178 | test('[C290106] Leave a library from My Libraries', async () => { > 179 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library1, managerRole)).toBeVisible(); | ^ 180 | await libraryTable.performActionFromExpandableMenu(user1Library1, leaveLibraryButton); 181 | await expect.soft(confirmDialog.getDialogTitle('Leave this library?')).toBeVisible(); 182 | await expect.soft(confirmDialog.getDialogContent('Leaving will remove your access.')).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:179:92
[Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library TypeError: Cannot read properties of null (reading 'newContext')
[Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Test timeout of 85000ms exceeded.
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file_unsupported.3DS' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40) at previewUnsupportedFile (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:79:26) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts:209:13
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file: e2e/playwright/upload-download-actions/src/tests/upload-new-version.e2e.ts#L1
1) [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog: e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L45
2) [Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog Test timeout of 85000ms exceeded while running "beforeEach" hook. 43 | }); 44 | > 45 | test.beforeEach(async ({ loginPage, personalFiles }) => { | ^ 46 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed'); 47 | await personalFiles.dataTable.performClickFolderOrFileToOpen(folder1); 48 | await personalFiles.acaHeader.uploadButton.click(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:45:8
[Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
2) [Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'folder1-1d8t1' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts:47:35
[Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog: e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog: e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
2) [Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L157
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-info-drawer [data-automation-id="adf-content-metadata-tags-panel"]') 155 | test('[XAT-17238] State for no tags and categories - accordion expanded', async ({ personalFiles }) => { 156 | await navigateAndOpenInfoDrawer(personalFiles, Folder17238); > 157 | await personalFiles.infoDrawer.tagsAccordion.click(); | ^ 158 | await expect(personalFiles.infoDrawer.tagsAccordion).toContainText(noTagsText); 159 | 160 | await personalFiles.infoDrawer.categoriesAccordion.click(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:157:50
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteCategory') 120 | test.afterAll(async () => { 121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); > 122 | await categoriesApi.deleteCategory(responseCategoryId); | ^ 123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion); 124 | }); 125 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteCategory') 120 | test.afterAll(async () => { 121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); > 122 | await categoriesApi.deleteCategory(responseCategoryId); | ^ 123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion); 124 | }); 125 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L173
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('button').first() 171 | await personalFiles.infoDrawer.createTagButton.click(); 172 | await expect(personalFiles.infoDrawer.tagsChips.first()).toContainText(manualTagName); > 173 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeVisible(); | ^ 174 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click(); 175 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden(); 176 | await expect(personalFiles.infoDrawer.tagsAccordionPenButton).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:173:69
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L120
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node "afterAll" hook timeout of 85000ms exceeded. 118 | }); 119 | > 120 | test.afterAll(async () => { | ^ 121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); 122 | await categoriesApi.deleteCategory(responseCategoryId); 123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:120:8
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L122
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteCategory') 120 | test.afterAll(async () => { 121 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed'); > 122 | await categoriesApi.deleteCategory(responseCategoryId); | ^ 123 | await tagsApi.deleteTagsByTagName(tagsPhraseForDeletion); 124 | }); 125 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:122:25
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L104
1) [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Error: file4-1j664.txt not displayed expect(received).toBe(expected) // Object.is equality Expected: true Received: false 102 | 103 | test(`[C213229] file is displayed after it is restored from Trashcan`, async ({ favoritePage }) => { > 104 | expect(await favoritePage.dataTable.isItemPresent(fileName4), `${fileName4} not displayed`).toBe(true); | ^ 105 | }); 106 | 107 | test('[C213231] Location column displays the parent folder of the files', async ({ favoritePage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:104:99
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
1) [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Test timeout of 85000ms exceeded.
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L280
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file2-11lrt.txt' }).locator('.aca-location-link').locator('a') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:280 278 | 279 | async getItemLocationText(name: string): Promise<string> { > 280 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' }); | ^ 281 | return this.getItemLocationEl(name).innerText(); 282 | } 283 | at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:280:53) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:108:43
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: e2e/playwright/pagination/src/tests/personal-files.ts#L30
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Test timeout of 85000ms exceeded while running "beforeEach" hook. 28 | export function personalFilesTests(userName: string, parentName: string) { 29 | test.describe('Pagination controls : ', () => { > 30 | test.beforeEach(async ({ loginPage, personalFiles, page }) => { | ^ 31 | await loginPage.navigate(); 32 | await loginPage.loginUser({ username: userName, ***: userName }); 33 | await personalFiles.waitForPageLoad(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:30:10
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts#L90
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Error: page.waitForURL: Test timeout of 85000ms exceeded. =========================== logs =========================== waiting for navigation to "**/personal-files" until "load" ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90 88 | 89 | async waitForPageLoad() { > 90 | await this.page.waitForURL(`**/${PersonalFilesPage.pageUrl}`); | ^ 91 | } 92 | 93 | async clickMoreActionsButton(buttonLabel: string): Promise<void> { at PersonalFilesPage.waitForPageLoad (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90:21) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:33:27
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values: e2e/playwright/pagination/src/tests/personal-files.ts#L1
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items: e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items: e2e/playwright/pagination/src/tests/personal-files.ts#L1
2) [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page: e2e/playwright/pagination/src/tests/personal-files.ts#L30
3) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page Test timeout of 85000ms exceeded while running "beforeEach" hook. 28 | export function personalFilesTests(userName: string, parentName: string) { 29 | test.describe('Pagination controls : ', () => { > 30 | test.beforeEach(async ({ loginPage, personalFiles, page }) => { | ^ 31 | await loginPage.navigate(); 32 | await loginPage.loginUser({ username: userName, ***: userName }); 33 | await personalFiles.waitForPageLoad(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:30:10
[Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page: projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts#L90
3) [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page Error: page.waitForURL: Test timeout of 85000ms exceeded. =========================== logs =========================== waiting for navigation to "**/personal-files" until "load" ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90 88 | 89 | async waitForPageLoad() { > 90 | await this.page.waitForURL(`**/${PersonalFilesPage.pageUrl}`); | ^ 91 | } 92 | 93 | async clickMoreActionsButton(buttonLabel: string): Promise<void> { at PersonalFilesPage.waitForPageLoad (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:90:21) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:33:27
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Test timeout of 85000ms exceeded.
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files: projects/aca-playwright-shared/src/page-objects/pages/search.page.ts#L76
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-toolbar button[id="app.toolbar.search"]') at ../../../projects/aca-playwright-shared/src/page-objects/pages/search.page.ts:76 74 | 75 | async searchWithin(searchText: string, searchType?: SearchType): Promise<void> { > 76 | await this.acaHeader.searchButton.click(); | ^ 77 | await this.clickSearchButton(); 78 | switch (searchType) { 79 | case 'files': at SearchPage.searchWithin (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts:76:39) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:71:22
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Test timeout of 85000ms exceeded.
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders: projects/aca-playwright-shared/src/page-objects/pages/search.page.ts#L76
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-toolbar button[id="app.toolbar.search"]') at ../../../projects/aca-playwright-shared/src/page-objects/pages/search.page.ts:76 74 | 75 | async searchWithin(searchText: string, searchType?: SearchType): Promise<void> { > 76 | await this.acaHeader.searchButton.click(); | ^ 77 | await this.clickSearchButton(); 78 | switch (searchType) { 79 | case 'files': at SearchPage.searchWithin (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/search.page.ts:76:39) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:83:22
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L1
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L1
3) [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any Test timeout of 85000ms exceeded.
[Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L91
3) [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-search-widget-chip').filter({ hasText: 'Logic' }) 89 | 90 | test('[C699501] Filter with Match Any', async ({ searchPage }) => { > 91 | await searchPage.searchFilters.logicFilter.click(); | ^ 92 | await searchPage.searchFiltersLogic.matchAnyInput.fill( 93 | `${logicFile1NameSplit[2]}-${logicFile1NameSplit[3]} ${logicFile1TitleSplit[0]} ${logicFile1DescriptionSplit[0]}` 94 | ); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:91:48
Finalize
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 29.4s
Finalize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
6 passed (21.4s)
🎭 Playwright Run Summary
9 passed (1.3m)
🎭 Playwright Run Summary
11 passed (1.4m)
🎭 Playwright Run Summary
12 failed [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:167:9 › Delete and undo delete › on Personal Files › [C217127] delete a folder containing locked files [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file [Delete Actions] › src/tests/permanently-delete.e2e.ts:82:9 › Delete and undo delete › Permanently delete from Trash › [C217091] delete a file [Delete Actions] › src/tests/permanently-delete.e2e.ts:100:9 › Delete and undo delete › Permanently delete from Trash › [C290103] delete a library [Delete Actions] › src/tests/permanently-delete.e2e.ts:119:9 › Delete and undo delete › Permanently delete from Trash › [C269113] Confirmation dialog UI [Delete Actions] › src/tests/restore.e2e.ts:94:9 › Restore from Trash › successful restore › [C217177] restore file [Delete Actions] › src/tests/restore.e2e.ts:112:9 › Restore from Trash › successful restore › [C217182] restore multiple items [Delete Actions] › src/tests/restore.e2e.ts:165:9 › Restore from Trash › failure to restore › [C217178] Restore a file when another file with same name exists on the restore location [Delete Actions] › src/tests/restore.e2e.ts:171:9 › Restore from Trash › failure to restore › [C217179] Restore a file when original location no longer exists [Delete Actions] › src/tests/restore.e2e.ts:225:9 › Restore from Trash › Notification on partial success › [C217183] one failure [Delete Actions] › src/tests/restore.e2e.ts:231:9 › Restore from Trash › Notification on partial success › [C217184] multiple failures 6 did not run 5 passed (1.9m)
🎭 Playwright Run Summary
18 failed [Copy Move Actions] › src/tests/copy.e2e.ts:106:7 › Copy actions › [C291889] Copy multiple items [Copy Move Actions] › src/tests/copy.e2e.ts:118:7 › Copy actions › [C217137] Copy a file with a name that already exists on the destination [Copy Move Actions] › src/tests/copy.e2e.ts:146:7 › Copy actions › [C217139] Copy locked file ── [Copy Move Actions] › src/tests/copy.e2e.ts:157:7 › Copy actions › [C217140] Copy folder that contains locked file [Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files [Copy Move Actions] › src/tests/copy.e2e.ts:204:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:82:7 › Copy Move actions › [C263876] Consumer user cannot select the folder as destination [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination [Copy Move Actions] › src/tests/move.e2e.ts:77:7 › Move actions › [C217316] Move a file ──────── [Copy Move Actions] › src/tests/move.e2e.ts:88:7 › Move actions › [C291958] Move multiple items [Copy Move Actions] › src/tests/move.e2e.ts:101:7 › Move actions › [C217318] Move a file with a name that already exists on the destination [Copy Move Actions] › src/tests/move.e2e.ts:115:7 › Move actions › [C217319] Move a folder with a name that already exists on the destination [Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ── [Copy Move Actions] › src/tests/move.e2e.ts:145:7 › Move actions › [C217324] Undo move files ─── [Copy Move Actions] › src/tests/move.e2e.ts:157:7 › Move actions › [C217325] Undo move of folders [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file 5 passed (2.0m)
🎭 Playwright Run Summary
14 failed [Viewer] › src/tests/viewer-action.e2e.ts:93:7 › viewer action file › [C268133] Delete action ── [Viewer] › src/tests/viewer-action.e2e.ts:108:7 › viewer action file › [C297584] Edit Offline action [Viewer] › src/tests/viewer-action.e2e.ts:169:7 › viewer action file › [C286395] Share action from Favorites [Viewer] › src/tests/viewer-action.e2e.ts:182:7 › viewer action file › [C297586] [C307004] Upload new version action - major [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked [Viewer] › src/tests/viewer-file-types.e2e.ts:103:7 › viewer file types › [XAT-17177] Image files are properly displayed in the viewer - JPG [Viewer] › src/tests/viewer-file-types.e2e.ts:115:7 › viewer file types › [XAT-17180] Document files are properly displayed in the viewer - PDF [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane [Viewer] › src/tests/viewer-protected.e2e.ts:55:7 › viewer file › [C268958] Password dialog appears when opening a protected file [Viewer] › src/tests/viewer-protected.e2e.ts:73:7 › viewer file › [C268960] Error appears when entering an incorrect *** [Viewer] › src/tests/viewer-useraction.e2e.ts:65:7 › from File Libraries › [C286371] Move action from File Libraries [Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files [Viewer] › src/tests/viewer.e2e.ts:134:7 › viewer file › [C284636] Viewer opens for a file from Recent Files [Viewer] › src/tests/viewer.e2e.ts:175:7 › viewer file › [C284634] Viewer opens for a file from Favorites 16 did not run 4 passed (1.8m)
🎭 Playwright Run Summary
5 failed [Share Action] › src/tests/share/share-file.e2e.ts:158:11 › Share a file › when logged in › from Personal Files › [C286330] Copy shared file URL [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 4 did not run 6 passed (2.7m)
🎭 Playwright Run Summary
8 failed [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library [Create Actions] › src/tests/create-library.e2e.ts:142:9 › Create Libraries › On My Libraries dataTable › [C289881] Create a private library [Create Actions] › src/tests/create-library.e2e.ts:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description [Create Actions] › src/tests/create-library.e2e.ts:172:9 › Create Libraries › On My Libraries dataTable › [C280029] Cancel button [Create Actions] › src/tests/create-library.e2e.ts:181:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs [Create Actions] › src/tests/create-library.e2e.ts:196:7 › Create Libraries › [C280026] Library ID cannot contain special characters [Create Actions] › src/tests/create-library.e2e.ts:240:7 › Create Libraries › [C280028] Create library using the ID of a library from the Trashcan 12 passed (2.9m)
🎭 Playwright Run Summary
10 failed [Folder Rules] › src/tests/create-rules.e2e.ts:122:7 › Folder Rules Actions › [XAT-887] Create a disabled rule [Folder Rules] › src/tests/create-rules.e2e.ts:183:7 › Folder Rules Actions › [XAT-890] Create a rule which adds multiple aspects when its ran [Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder [Folder Rules] › src/tests/create-rules.e2e.ts:248:7 › Folder Rules Actions › [XAT-895] Create a rule with multiple conditions utilising all available comparators and conditions [Folder Rules] › src/tests/create-rules.e2e.ts:266:7 › Folder Rules Actions › [XAT-896] Create a rule with multiple groups utilising all available comparators and conditions [Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule [Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule [Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog [Folder Rules] › src/tests/update-rules.e2e.ts:114:7 › Rules - Manage Rules › [XAT-900] Update a rule by removing existing aspects [Folder Rules] › src/tests/update-rules.e2e.ts:140:7 › Rules - Manage Rules › [XAT-902] Prevent rule updating when required fields are empty 6 did not run 8 passed (2.9m)
🎭 Playwright Run Summary
4 failed [special-permissions] › src/tests/viewer.ts:70:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File simple - [C326624] [special-permissions] › src/tests/viewer.ts:74:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File favorite - [C326625] [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] 54 did not run 6 passed (2.9m)
🎭 Playwright Run Summary
6 failed [Navigation] › src/tests/sidebar.e2e.ts:49:7 › Sidebar › [C277230] sidenav can be expanded when search results page is displayed [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ────────────── [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page [Navigation] › src/tests/single-click.e2e.ts:66:7 › Single click on item name › [C284899] Hyperlink does not appear for items in the Trash [Navigation] › src/tests/single-click.e2e.ts:72:7 › Single click on item name › [C280034] Navigate inside the folder when clicking the hyperlink on Personal Files [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries 10 passed (2.8m)
🎭 Playwright Run Summary
19 failed [Library Actions] › src/tests/library-actions.e2e.ts:178:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries [Library Actions] › src/tests/library-actions.e2e.ts:190:9 › Library actions › My Libraries page › [C290111] Cancel Leave Library [Library Actions] › src/tests/library-actions.e2e.ts:197:9 › Library actions › My Libraries page › [C290107] Leave a library - failure notification [Library Actions] › src/tests/library-actions.e2e.ts:205:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries [Library Actions] › src/tests/library-actions.e2e.ts:214:9 › Library actions › My Libraries page › [C289975] Remove library from favorites from My Libraries [Library Actions] › src/tests/library-actions.e2e.ts:225:9 › Library actions › My Libraries page › [C289988] Delete a library from My Libraries [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:273:9 › Library actions › Favorite Libraries page › [C290110] Leave a library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:284:9 › Library actions › Favorite Libraries page › [C290108] Cancel join from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:296:9 › Library actions › Favorite Libraries page › [C289976] Remove library from favorites from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:308:9 › Library actions › Favorite Libraries page › [C289991] Delete a library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:369:9 › Library actions › Search Page › [C306962] Cancel join from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:379:9 › Library actions › Search Page › [C306963] Mark library as favorite from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:414:9 › Library actions › Search Page › [C306965] Delete a library from Search Results
🎭 Playwright Run Summary
20 failed [Upload Download Actions] › src/tests/upload-new-version.e2e.ts:199:9 › Upload new version › Viewer - version update with unsupported file › [C587084] Should display unknown format the preview for an unsupported file [Upload Download Actions] › src/tests/upload.e2e.ts:62:7 › Upload files › [T14752064] Close the upload dialog [Upload Download Actions] › src/tests/upload.e2e.ts:67:7 › Upload files › [T14752051] Minimize / maximize the upload dialog [Upload Download Actions] › src/tests/upload.e2e.ts:74:7 › Upload files › [T14752053] Upload history is expunged on browser login/logout [Upload Download Actions] › src/tests/upload.e2e.ts:80:7 › Upload files › [T14752052] Upload dialog remains fixed in the browser when user performs other actions in parallel [Upload Download Actions] › src/tests/version-actions.e2e.ts:104:9 › Version actions › on Personal Files › [C586766] Should be possible to view a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:108:9 › Version actions › on Personal Files › [C586767] Previous document version title should be the same in Preview mode as the Uploaded File [Upload Download Actions] › src/tests/version-actions.e2e.ts:113:9 › Version actions › on Personal Files › [C586768] Should be possible to download a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:126:9 › Version actions › on Recent Files › [C586769] Should be possible to view a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:130:9 › Version actions › on Recent Files › [C586770] Previous document version title should be the same in Preview mode as the Uploaded File [Upload Download Actions] › src/tests/version-actions.e2e.ts:135:9 › Version actions › on Recent Files › [C586771] Should be possible to download a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:148:9 › Version actions › on Favorites › [C586772] Should be possible to view a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:152:9 › Version actions › on Favorites › [C586773] Previous document version title should be the same in Preview mode as the Uploaded File [Upload Download Actions] › src/tests/version-actions.e2e.ts:157:9 › Version actions › on Favorites › [C586774] Should be possible to download a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:170:9 › Version actions › on Shared Files › [C586776] Should be possible to view a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:174:9 › Version actions › on Shared Files › [C586777] Previous document version title should be the same in Preview mode as the Uploaded File [Upload Download Actions] › src/tests/version-actions.e2e.ts:179:9 › Version actions › on Shared Files › [C586778] Should be possible to download a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version [Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File [Upload Download Actions] › src/tests/version-actions.e2e.ts:203:9 › Version actions › on Search › [C586781] Should be possible to download a previous document version 9 passed (3.3m)
🎭 Playwright Run Summary
17 failed [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded [Info Drawer] › src/tests/file-folder-properties.e2e.ts:164:7 › Info Drawer - File Folder Properties › [XAT-17239] Add a new tag to a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:197:7 › Info Drawer - File Folder Properties › [XAT-17243] Cancel adding a tag to a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:228:7 › Info Drawer - File Folder Properties › [XAT-17242] Remove a category from a node [Info Drawer] › src/tests/file-folder-properties.e2e.ts:245:7 › Info Drawer - File Folder Properties › [XAT-17244] Cancel adding a category to a node [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer [Info Drawer] › src/tests/general.e2e.ts:56:7 › Info Drawer - General › [C268999] Info drawer closes on page refresh [Info Drawer] › src/tests/library-properties.e2e.ts:70:7 › Library properties › [C289336] Info drawer opens for a library [Info Drawer] › src/tests/library-properties.e2e.ts:90:7 › Library properties › [C289338] Editable properties [Info Drawer] › src/tests/library-properties.e2e.ts:107:7 › Library properties › [C289339] Edit site details [Info Drawer] › src/tests/library-properties.e2e.ts:135:7 › Library properties › [C289340] Cancel editing a site [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name [Info Drawer] › src/tests/library-properties.e2e.ts:172:7 › Library properties › [C289342] Site name too long [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long [Info Drawer] › src/tests/library-properties.e2e.ts:232:7 › Non manager › [C289337] Info drawer button is not displayed when user is not the library manager 8 passed (3.5m)
🎭 Playwright Run Summary
33 failed [List Views] › src/tests/favorites.e2e.ts:103:9 › Favorites Files › Regular user's Favorites files › [C213229] file is displayed after it is restored from Trashcan [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files [List Views] › src/tests/favorites.e2e.ts:117:9 › Favorites Files › Regular user's Favorites files › [C213650] Location column redirect - item in user Home [List Views] › src/tests/favorites.e2e.ts:123:9 › Favorites Files › Regular user's Favorites files › [C280484] Location column redirect - file in folder [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site [List Views] › src/tests/favorites.e2e.ts:135:9 › Favorites Files › Regular user's Favorites files › [C213230] Navigate into folder from Favorites [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns [List Views] › src/tests/file-libraries.e2e.ts:102:9 › File Libraries › My Libraries › [C289905] Library visibility is correctly displayed [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed [List Views] › src/tests/file-libraries.e2e.ts:128:9 › File Libraries › My Libraries › [C217098] Site ID is displayed when two sites have the same name [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns [List Views] › src/tests/file-libraries.e2e.ts:150:9 › File Libraries › Favorite Libraries › [C289897] User can see only his favorite sites [List Views] › src/tests/generic-errors.e2e.ts:66:7 › Generic errors › [C217313] File / folder not found [List Views] › src/tests/generic-errors.e2e.ts:76:7 › Generic errors › [C217314] Permission denied [List Views] › src/tests/permissions.e2e.ts:89:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files [List Views] › src/tests/permissions.e2e.ts:113:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files [List Views] › src/tests/personal-files.e2e.ts:56:9 › Personal Files › Regular user's personal files › [C217142] has the correct columns [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column [List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar [List Views] › src/tests/personal-files.e2e.ts:75:9 › Personal Files › Regular user's personal files › [C213246] page loads correctly after browser refresh [List Views] › src/tests/recent-files.e2e.ts:78:7 › Recent Files › [C213168] has the correct columns [List Views] › src/tests/recent-files.e2e.ts:90:7 › Recent Files › [C213174] file not displayed if it's been deleted [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder [List Views] › src/tests/shared-files.e2e.ts:87:7 › Shared Files › [C213113] has the correct columns [List Views] › src/tests/shared-files.e2e.ts:102:7 › Shared Files › [C213118] unshared file is not displayed [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app [List Views] › src/tests/sort-list.e2e.ts:139:7 › Remember so
🎭 Playwright Run Summary
4 failed [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items [Pagination] › src/tests/personal-files.ts:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page [Pagination] › src/tests/personal-files.ts:94:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280082] Next button is disabled on last page 1 flaky [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu 4 did not run 2 passed (4.6m)
🎭 Playwright Run Summary
14 failed [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders [Search] › src/tests/search-filters-logic.e2e.ts:90:7 › Search - Filters - Logic › [C699501] Filter with Match Any [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [Search] › src/tests/search-filters-logic.e2e.ts:117:7 › Search - Filters - Logic › [C699503] Filter with Exact phrase [Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options [Search] › src/tests/search-filters-properties.e2e.ts:60:7 › Search - Filters - Properties › [C699046-1] Filter by size - At least 1000KB [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [Search] › src/tests/search-filters-tags.e2e.ts:77:7 › Search - Filters - Tags › [C698515] Filter with Tags [Search] › src/tests/search-highlighting.e2e.ts:64:7 › Search Highlighting › [XAT-17119] Matching phrases should be highlighted in the file name for search results [Search] › src/tests/search-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results [Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results [Search] › src/tests/search-input.e2e.ts:45:7 › Search - Input › [C289847] Search icon is displayed in toolbar and clicking on it displays search input container 3 flaky [Search] › src/tests/search-input.e2e.ts:52:7 › Search - Input › [C289848] Search options are displayed when clicking in the search input [Search] › src/tests/search-input.e2e.ts:65:7 › Search - Input › [C289849] Search options are correctly enabled / disabled [Search] › src/tests/search-results-files-folders.e2e.ts:57:7 › Search results - files and folders › [C290029] Search file with special characters 32 passed (6.6m)