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 #4049

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 #4049

Triggered via pull request December 9, 2024 15:07
Status Failure
Total duration 20m 1s
Artifacts

pull-request.yml

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

Annotations

115 errors, 8 warnings, and 17 notices
[Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb: e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts#L114
1) [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 Array [ "Personal Files", "parent-viewer-1r4fo", "subFolder1-1hl72", + "subFolder2-1e5op", ] 112 | await personalFiles.dataTable.spinnerWaitForReload(); 113 | const expectedBreadcrumb = ['Personal Files', parent, subFolder1]; > 114 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(expectedBreadcrumb); | ^ 115 | }); 116 | 117 | test('[C213237] Tooltip appears on hover on a step in breadcrumb', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.e2e.ts:114:58
[Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page: e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L1
2) [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page Error: {"error":{"errorKey":"Person 'user-qzcmr' already exists.","statusCode":409,"briefSummary":"110912828 Person 'user-qzcmr' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"bb935e15-5962-404d-935e-155962c04dc2"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[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: e2e/playwright/upload-download-actions/src/tests/upload.e2e.ts#L1
1) [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 Error: {"error":{"errorKey":"Person 'user-1ep79' already exists.","statusCode":409,"briefSummary":"110912861 Person 'user-1ep79' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"0943f4dd-fe3c-4264-83f4-ddfe3cb2641d"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L130
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-5adxl' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'C299162-e2e-5adxl' }) 128 | await personalFiles.navigate(); 129 | await Utils.reloadPageIfRowNotVisible(personalFiles, folderName); > 130 | await expect(personalFiles.dataTable.getRowByName(folderName)).toBeVisible(); | ^ 131 | await personalFiles.dataTable.getRowByName(folderName).click(); 132 | await personalFiles.acaHeader.viewDetails.click(); 133 | } at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:130:68) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:136:5
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer: e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
2) [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a small demonstration" Received string: "" 63 | await expect(pageLoaded).toBeVisible(); 64 | await expect(textLayerLoaded).toBeVisible(); > 65 | expect(await specificText).toContain(text); | ^ 66 | } 67 | 68 | test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => { at checkFileContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:65:32) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:76:5
[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/multiple-pages-files.e2e.ts#L41
1) [Pagination] › src/tests/personal-files.ts:38:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280077] Pagination control default values "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[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/multiple-pages-files.e2e.ts#L41
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 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[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/multiple-pages-files.e2e.ts#L41
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 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[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/multiple-pages-files.e2e.ts#L41
2) [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 "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[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/multiple-pages-files.e2e.ts#L41
2) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[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/multiple-pages-files.e2e.ts#L41
2) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
[Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu: e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
3) [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. at src/tests/multiple-pages-files.e2e.ts:41 39 | const apiClientFactory = new ApiClientFactory(); 40 | > 41 | test.beforeAll(async () => { | ^ 42 | test.setTimeout(timeouts.extendedTest); 43 | await apiClientFactory.setUpAcaBackend('admin'); 44 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts:41:8
E2E Playwright - pagination
Process completed with exit code 1.
[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-1fu2v]') 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-1fu2v]') 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#L123
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: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-9d2ww]') 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-9d2ww]') 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#L123
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: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1ecyb]') 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-1ecyb]') 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:152:9 › Create Libraries › On My Libraries dataTable › [C289882] Create a library with a given ID and description: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L157
2) [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 Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-3xt5h]') 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-3xt5h]') 155 | 156 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, randomLibraryDescription); > 157 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 158 | 159 | await myLibrariesPage.navigate(); 160 | await expect(libraryTable.getCellLinkByName(randomLibraryName).and(myLibrariesPage.page.getByTitle(randomLibraryDescription))).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:157:73
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L157
2) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1k1ot]') 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-1k1ot]') 155 | 156 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, randomLibraryDescription); > 157 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 158 | 159 | await myLibrariesPage.navigate(); 160 | await expect(libraryTable.getCellLinkByName(randomLibraryName).and(myLibrariesPage.page.getByTitle(randomLibraryDescription))).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:157:73
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L157
2) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-15cyv]') 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-15cyv]') 155 | 156 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, randomLibraryDescription); > 157 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 158 | 159 | await myLibrariesPage.navigate(); 160 | await expect(libraryTable.getCellLinkByName(randomLibraryName).and(myLibrariesPage.page.getByTitle(randomLibraryDescription))).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:157:73
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L186
3) [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 Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-2cnra]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-2cnra]') 184 | 185 | await libraryDialog.createLibraryWithNameAndId(commonLibraryName, randomLibraryId); > 186 | await expect(libraryBreadcrumb.getItemByTitle(commonLibraryName)).toBeVisible(); | ^ 187 | 188 | await myLibrariesPage.navigate(); 189 | await expect(libraryTable.getRowByName(libraryName)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:186:73
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L65
3) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 63 | const createdLibrariesIds: string[] = []; 64 | > 65 | test.beforeAll(async () => { | ^ 66 | try { 67 | await apiClientFactory.setUpAcaBackend('admin'); 68 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:65:8
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
3) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[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: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L1
3) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
E2E Playwright - copy-move-actions
Timed out waiting 600s for the test suite to run
E2E Playwright - copy-move-actions
Timed out waiting 600s for the teardown for test suite to run
[Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file: e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L142
1) [Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ─ Error: expect(received).toBeTruthy() Received: false 140 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFile)).toBeFalsy(); 141 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder); > 142 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFile)).toBeTruthy(); | ^ 143 | }); 144 | 145 | test('[C217324] Undo move files', async ({ personalFiles, trashPage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:142:74
[Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file: e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L1
1) [Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ─ Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content: e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L181
2) [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content Error: expect(received).toBeTruthy() Received: false 179 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeFalsy(); 180 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder); > 181 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy(); | ^ 182 | await personalFiles.dataTable.performClickFolderOrFileToOpen(sourceFolder); 183 | expect(await personalFiles.dataTable.isItemPresent(sourceFileInsideFolder)).toBeTruthy(); 184 | } at moveFolderWithContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:181:76) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:199:7
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content: e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L60
2) [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'createFolder') 58 | const loginPage = new LoginPage(page); 59 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed'); > 60 | destinationFolderId = (await nodesApi.createFolder(destinationFolder)).entry.id; | ^ 61 | const sourceFolderId = (await nodesApi.createFolder(sourceFolder)).entry.id; 62 | sourceFileInsideFolderId = (await nodesApi.createFile(sourceFileInsideFolder, sourceFolderId)).entry.id; 63 | sourceFileId = (await nodesApi.createFile(sourceFile)).entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:60:43
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file: e2e/playwright/copy-move-actions/src/tests/move.e2e.ts#L1
3) [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file Test was interrupted.
[Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L225
3) [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file Error: locator.isVisible: Target page, context or browser has been closed at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:225 223 | async goThroughPagesLookingForRowWithName(name: string | number): Promise<void> { 224 | await this.spinnerWaitForReload(); > 225 | if (await this.getRowByName(name).isVisible()) { | ^ 226 | return null; 227 | } 228 | at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:225:39) at DataTableComponent.isItemPresent (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:209:5) at moveFolderWithContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:183:12) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/move.e2e.ts:199:7
E2E Playwright - copy-move-actions
Process completed with exit code 1.
E2E Playwright - share-action
Timed out waiting 600s for the test suite to run
E2E Playwright - share-action
Timed out waiting 600s for the teardown for test suite to run
[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: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L194
1) [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 Error: expect(received).toEqual(expected) // deep equality Expected: "12/11/2024" Received: "Invalid Date" 192 | await page.waitForTimeout(timeouts.normal); 193 | const expireDateProperty = await nodesApiAction.getNodeProperty(file5Id, 'qshare:expiryDate'); > 194 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 195 | }); 196 | 197 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:194:54
[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: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L194
1) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "12/11/2024" Received: "Invalid Date" 192 | await page.waitForTimeout(timeouts.normal); 193 | const expireDateProperty = await nodesApiAction.getNodeProperty(file5Id, 'qshare:expiryDate'); > 194 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 195 | }); 196 | 197 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:194:54
[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: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L194
1) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "12/11/2024" Received: "Invalid Date" 192 | await page.waitForTimeout(timeouts.normal); 193 | const expireDateProperty = await nodesApiAction.getNodeProperty(file5Id, 'qshare:expiryDate'); > 194 | expect(Utils.formatDate(expireDateProperty)).toEqual(Utils.formatDate(inputDate)); | ^ 195 | }); 196 | 197 | test('[C286337] Expire date is displayed correctly', async ({ personalFiles, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:194:54
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
2) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-12-09T15:15:58.035+0000" 215 | await page.waitForTimeout(timeouts.tiny); 216 | await personalFiles.shareDialog.clickClose(); > 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe(''); | ^ 218 | }); 219 | 220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
2) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-12-09T15:17:15.587+0000" 215 | await page.waitForTimeout(timeouts.tiny); 216 | await personalFiles.shareDialog.clickClose(); > 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe(''); | ^ 218 | }); 219 | 220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
[Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
2) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-12-09T15:18:25.027+0000" 215 | await page.waitForTimeout(timeouts.tiny); 216 | await personalFiles.shareDialog.clickClose(); > 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe(''); | ^ 218 | }); 219 | 220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI "beforeAll" hook timeout of 150000ms exceeded. 66 | const apiClientFactory = new ApiClientFactory(); 67 | > 68 | test.beforeAll(async () => { | ^ 69 | try { 70 | test.setTimeout(timeouts.extendedTest); 71 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
3) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 66 | const apiClientFactory = new ApiClientFactory(); 67 | > 68 | test.beforeAll(async () => { | ^ 69 | try { 70 | test.setTimeout(timeouts.extendedTest); 71 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:68:8
E2E Playwright - delete-actions
Timed out waiting 600s for the test suite to run
E2E Playwright - delete-actions
Timed out waiting 600s for the teardown for test suite to run
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-12 of 12 " 129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy(); 130 | items--; > 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 132 | await trashPage.navigate(); 133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy(); 134 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-12 of 12 " 129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy(); 130 | items--; > 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 132 | await trashPage.navigate(); 133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy(); 134 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-12 of 12 " 129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy(); 130 | items--; > 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 132 | await trashPage.navigate(); 133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy(); 134 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131: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#L161
2) [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-12 of 12 " 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#L80
2) [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 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 78 | let parentId: string; 79 | > 80 | test.beforeAll(async () => { | ^ 81 | parentId = (await nodesApi.createFolder(parent)).entry.id; 82 | 83 | await nodesApi.createFile(file1, parentId); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:80:10
[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
2) [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
2) [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
2) [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>
E2E Playwright - search
Timed out waiting 600s for the test suite to run
E2E Playwright - search
Timed out waiting 600s for the teardown for test suite to run
[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#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[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#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[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#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[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#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[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#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[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#L46
2) [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46:8
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L74
3) [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'nieoa-fileNameKb.pdf' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'nieoa-fileNameKb.pdf' }) 72 | 73 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Most 1 MB'); > 74 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 75 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 76 | }); 77 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:74:68
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L74
3) [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'd8h3d-fileNameKb.pdf' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'd8h3d-fileNameKb.pdf' }) 72 | 73 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Most 1 MB'); > 74 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 75 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 76 | }); 77 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:74:68
E2E Playwright - special-permissions
Timed out waiting 600s for the test suite to run
E2E Playwright - special-permissions
Timed out waiting 600s for the teardown for test suite to run
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] Test timeout of 85000ms exceeded.
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'file-2ann8-docx-shared-fav.docx' }) 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:176:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:204:9
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite: projects/aca-playwright-shared/src/page-objects/components/viewer.component.ts#L62
2) [special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite, locked - [C326669] 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 checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:335:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:426:9
[special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite, locked - [C326669] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite, locked - [C326669] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite, locked - [C326669] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:435:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File shared: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
3) [special-permissions] › src/tests/viewer.ts:435:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File shared, locked - [C326674] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
E2E Playwright - list-views
Timed out waiting 600s for the test suite to run
E2E Playwright - list-views
Timed out waiting 600s for the teardown for test suite to run
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L48
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns "beforeAll" hook timeout of 150000ms exceeded. 46 | const adminSite5 = `admin5-${Utils.random()}`; 47 | > 48 | test.beforeAll(async () => { | ^ 49 | try { 50 | test.setTimeout(timeouts.extendedTest); 51 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:48:8
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L85
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns "afterAll" hook timeout of 85000ms exceeded. 83 | }); 84 | > 85 | test.afterAll(async () => { | ^ 86 | await siteActionsUser.deleteSites([userSitePublic, userSiteModerated, userSitePrivate, siteId1, siteId2]); 87 | await siteActionsAdmin.deleteSites([adminSite1, adminSite2, adminSite3, adminSite4, adminSite5]); 88 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:85:8
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L1
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L267
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-datatable-row .adf-datatable-cell-header .adf-datatable-cell-value').first() at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267 265 | async getColumnHeaders(): Promise<Array<string>> { 266 | const columnNameLocator = this.columnHeaders; > 267 | await this.columnHeaders.nth(0).waitFor({ state: 'attached' }); | ^ 268 | return columnNameLocator.allTextContents(); 269 | } 270 | at DataTableComponent.getColumnHeaders (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:98:61
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L86
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'deleteSites') 84 | 85 | test.afterAll(async () => { > 86 | await siteActionsUser.deleteSites([userSitePublic, userSiteModerated, userSitePrivate, siteId1, siteId2]); | ^ 87 | await siteActionsAdmin.deleteSites([adminSite1, adminSite2, adminSite3, adminSite4, adminSite5]); 88 | }); 89 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:86:27
[List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L1
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L48
2) [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed "beforeAll" hook timeout of 150000ms exceeded. 46 | const adminSite5 = `admin5-${Utils.random()}`; 47 | > 48 | test.beforeAll(async () => { | ^ 49 | try { 50 | test.setTimeout(timeouts.extendedTest); 51 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:48:8
[List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L85
2) [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed "afterAll" hook timeout of 85000ms exceeded. 83 | }); 84 | > 85 | test.afterAll(async () => { | ^ 86 | await siteActionsUser.deleteSites([userSitePublic, userSiteModerated, userSitePrivate, siteId1, siteId2]); 87 | await siteActionsAdmin.deleteSites([adminSite1, adminSite2, adminSite3, adminSite4, adminSite5]); 88 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:85:8
E2E Playwright - folder-rules
Timed out waiting 600s for the test suite to run
E2E Playwright - folder-rules
Timed out waiting 600s for the teardown for test suite to run
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-uw24t' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-uw24t' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:155:33
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1ofh4' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1ofh4' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:155:33
[Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-sdmz2' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-sdmz2' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:155:33
[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: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
2) [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 Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-2zg5c' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-2zg5c' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:263:33
[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: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
2) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-v5yxv' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-v5yxv' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:263:33
[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: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
2) [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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-xxl01' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-xxl01' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:263:33
[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: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
3) [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 Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1fpwp' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-1fpwp' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:278:33
[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: projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
3) [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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-t3sl8' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-t3sl8' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60 58 | 59 | async checkIfRuleIsOnTheList(ruleName: string): Promise<void> { > 60 | await expect(this.getGroupsList(ruleName)).toBeVisible({ timeout: 5000 }); | ^ 61 | } 62 | 63 | async countConditionsInGroup(): Promise<number> { at ManageRules.checkIfRuleIsOnTheList (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts:60:48) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:278:33
E2E Playwright - viewer
Timed out waiting 600s for the test suite to run
E2E Playwright - viewer
Timed out waiting 600s for the teardown for test suite to run
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L213
1) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Error: 'Cancel Editing' button shouldn't be shown Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: getByRole('menuitem', { name: 'Cancel Editing', exact: true }) Expected: hidden Received: visible Call log: - 'Cancel Editing' button shouldn't be shown with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Cancel Editing', exact: true }) 9 × locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator">…</button> - unexpected value "visible" 211 | 212 | await personalFiles.acaHeader.clickViewerMoreActions(); > 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden(); | ^ 214 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Edit Offline'), `'Edit Offline' should be shown`).toBeVisible(); 215 | }); 216 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:213:131
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L213
1) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: 'Cancel Editing' button shouldn't be shown Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: getByRole('menuitem', { name: 'Cancel Editing', exact: true }) Expected: hidden Received: visible Call log: - 'Cancel Editing' button shouldn't be shown with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Cancel Editing', exact: true }) 9 × locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator">…</button> - unexpected value "visible" 211 | 212 | await personalFiles.acaHeader.clickViewerMoreActions(); > 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden(); | ^ 214 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Edit Offline'), `'Edit Offline' should be shown`).toBeVisible(); 215 | }); 216 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:213:131
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L210
1) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "file-docx" Received string: "navigate_before file4-z4t1d.docx navigate_next" 208 | 209 | await personalFiles.viewer.waitForViewerToOpen(); > 210 | expect(await personalFiles.viewer.fileTitleButtonLocator.innerText()).toContain(docxFile); | ^ 211 | 212 | await personalFiles.acaHeader.clickViewerMoreActions(); 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:210:75
[Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane: e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts#L1
2) [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane Error: {"error":{"errorKey":"Person 'user-1mji8' already exists.","statusCode":409,"briefSummary":"110914728 Person 'user-1mji8' already exists.","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"0880d5d3-785f-410c-80d5-d3785fb10c6e"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane: e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts#L1
2) [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.e2e.ts#L58
3) [Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files "beforeAll" hook timeout of 150000ms exceeded. 56 | let siteActionsUser: SitesApi; 57 | > 58 | test.beforeAll(async () => { | ^ 59 | test.setTimeout(timeouts.extendedTest); 60 | const randomFolderName = `viewer-${Utils.random()}`; 61 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.e2e.ts:58:8
[Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.e2e.ts#L58
3) [Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 56 | let siteActionsUser: SitesApi; 57 | > 58 | test.beforeAll(async () => { | ^ 59 | test.setTimeout(timeouts.extendedTest); 60 | const randomFolderName = `viewer-${Utils.random()}`; 61 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.e2e.ts:58:8
[Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files: e2e/playwright/viewer/src/tests/viewer.e2e.ts#L1
3) [Viewer] › src/tests/viewer.e2e.ts:106:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
E2E Playwright - library-actions
Timed out waiting 600s for the test suite to run
E2E Playwright - library-actions
Timed out waiting 600s for the teardown for test suite to run
[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-wirqe' }).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-wirqe' }).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 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"110913709 The entity with id: playwright-Am-library-1bnhf was not found","stackTrace":"For security reasons the stack trace is no longer displayed, but the property is kept for previous versions","descriptionURL":"https://api-explorer.alfresco.com","logId":"7ea741ca-8d11-42da-a741-ca8d11d2daed"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L362
3) [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-19nfu' }).locator('[title="Collaborator"]') 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-19nfu' }).locator('[title="Collaborator"]') 360 | await searchPage.searchWithin(user1Library3, 'libraries'); 361 | > 362 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library3, 'Collaborator')).toBeVisible(); | ^ 363 | await libraryTable.performActionFromExpandableMenu(user1Library3, leaveLibraryButton); 364 | await confirmDialog.okButton.click(); 365 | await expect.soft(snackBar.getByMessageLocator(leftMessage)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:362:95
[Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TypeError: Cannot read properties of null (reading 'newContext')
[Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
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: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 33.8s
Slow Test: [Search] › src/tests/search-filters-tags.e2e.ts#L1
[Search] › src/tests/search-filters-tags.e2e.ts took 42.0s
Slow Test: [Folder Rules] › src/tests/delete-view-rules.e2e.ts#L1
[Folder Rules] › src/tests/delete-view-rules.e2e.ts took 1.7m
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 28.8s
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 (34.9s)
🎭 Playwright Run Summary
11 passed (1.9m)
🎭 Playwright Run Summary
9 passed (2.3m)
🎭 Playwright Run Summary
2 flaky [Navigation] › src/tests/breadcrumb.e2e.ts:109:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb [Navigation] › src/tests/sidebar.e2e.ts:77:7 › Sidebar › [C277224] sidenav returns to the default state when navigating away from the Search Results page 14 passed (3.8m)
🎭 Playwright Run Summary
1 flaky [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 28 passed (4.6m)
🎭 Playwright Run Summary
2 flaky [Info Drawer] › src/tests/file-folder-properties.e2e.ts:135:7 › Info Drawer - File Folder Properties › [C299162] View properties - Default tabs [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer 23 passed (5.9m)
🎭 Playwright Run Summary
3 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:89:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280081] Previous button is disabled on first page [Pagination] › src/tests/favorites.ts:70:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280116] change the current page from menu 8 did not run
🎭 Playwright Run Summary
4 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: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: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 1 flaky [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library 15 passed (9.8m)
🎭 Playwright Run Summary
1 interrupted [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217321] Move folder that contains locked file 2 flaky [Copy Move Actions] › src/tests/move.e2e.ts:132:7 › Move actions › [C217320] Move locked file ── [Copy Move Actions] › src/tests/move.e2e.ts:198:9 › Move actions › [C217317] Move a folder with content 20 passed (10.0m)
🎭 Playwright Run Summary
5 failed [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/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration [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 3 did not run 7 passed (10.0m)
🎭 Playwright Run Summary
4 failed [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification [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/restore.e2e.ts:94:9 › Restore from Trash › successful restore › [C217177] restore file 1 interrupted [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 3 flaky [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/delete-undo-delete.e2e.ts:209:9 › Delete and undo delete › on Personal Files › [C280503] undo delete of folder with content [Delete Actions] › src/tests/restore.e2e.ts:112:9 › Restore from Trash › successful restore › [C217182] restore multiple items 2 did not run 13 passed (10.0m)
🎭 Playwright Run Summary
8 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-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB [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-results-files-folders.e2e.ts:55:7 › Search results - files and folders › [C290029] Search file with special characters [Search] › src/tests/search-results-general.e2e.ts:63:7 › Search Results - General › [C290005] Only files are returned when Files option is the only one checked 2 interrupted [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home [Search] › src/tests/search-results-general.e2e.ts:79:7 › Search Results - General › [C290007] Files and folders are returned when both Files and Folders options are checked 4 flaky [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:146:7 › Search - Filters - Logic › [C699504] Filter with all options [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [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 18 did not run 17 passed (10.0m)
🎭 Playwright Run Summary
5 failed [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] [special-permissions] › src/tests/viewer.ts:425:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File favorite, locked - [C326669] [special-permissions] › src/tests/viewer.ts:435:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File shared, locked - [C326674] [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660] [special-permissions] › src/tests/other-permissions.ts:197:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the viewer : › file opened from File Libraries - [C297661] 21 did not run 38 passed (10.0m)
🎭 Playwright Run Summary
3 failed [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:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns 1 flaky [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 44 did not run 20 passed (10.0m)
🎭 Playwright Run Summary
5 failed [Folder Rules] › src/tests/create-rules.e2e.ts:132:7 › Folder Rules Actions › [XAT-888] Create a rule with multiple actions [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/update-rules.e2e.ts:101:7 › Rules - Manage Rules › [XAT-899] Update rule by removing existing actions [Folder Rules] › src/tests/update-rules.e2e.ts:114:7 › Rules - Manage Rules › [XAT-900] Update a rule by removing existing aspects 1 flaky [Folder Rules] › src/tests/update-rules.e2e.ts:140:7 › Rules - Manage Rules › [XAT-902] Prevent rule updating when required fields are empty 1 did not run 17 passed (10.0m)
🎭 Playwright Run Summary
5 failed [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:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane [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 8 did not run 21 passed (10.0m)
🎭 Playwright Run Summary
3 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:261:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 1 interrupted [Library Actions] › src/tests/library-actions.e2e.ts:369:9 › Library actions › Search Page › [C306962] Cancel join from Search Results 15 did not run