Skip to content

Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 18.4.2 #3967

Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 18.4.2

Build(deps-dev): Bump @angular-eslint/template-parser from 16.3.1 to 18.4.2 #3967

Triggered via pull request November 24, 2024 00:30
Status Failure
Total duration 20m 19s
Artifacts

pull-request.yml

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

Annotations

80 errors, 3 warnings, and 17 notices
[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-s2bdk' already exists.","statusCode":409,"briefSummary":"10243143 Person 'user-s2bdk' 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":"5d51f09a-2ccb-468b-91f0-9a2ccba68b2c"}} 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/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order: e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L101
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-zw6ks' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'sharedFile-e2e-zw6ks' }) 99 | await apiClientFactory.share.createSharedLink({ nodeId: sharedFileId }); 100 | await Utils.reloadPageIfRowNotVisible(sharedPage, sharedFileName); > 101 | await expect(sharedPage.dataTable.getRowByName(sharedFileName)).toBeVisible(); | ^ 102 | await sharedPage.dataTable.getRowByName(sharedFileName).click(); 103 | await sharedPage.acaHeader.viewDetails.click(); 104 | await sharedPage.infoDrawer.commentsTab.click(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/comments.e2e.ts:101:69
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node: projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L79
2) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node Error: page.goto: Target page, context or browser has been closed at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79 77 | ]); 78 | } else { > 79 | await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, { | ^ 80 | waitUntil: actualOptions.waitUntil, 81 | timeout: 60000 82 | }); at PersonalFilesPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79:23) at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:128:25) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:213:5
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L186
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'site1-gwtlo' }) 184 | test('[C289343] Site description too long', async ({ myLibrariesPage }) => { 185 | await Utils.reloadPageIfRowNotVisible(myLibrariesPage, site.name); > 186 | await myLibrariesPage.dataTable.getRowByName(site.name).click(); | ^ 187 | await myLibrariesPage.acaHeader.viewDetails.click(); 188 | await expect(myLibrariesPage.libraryDetails.infoDrawerPanel).toBeVisible(); 189 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:186:61
[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-uh460]') 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-uh460]') 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-1i2qn]') 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-1i2qn]') 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-vi4l3]') 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-vi4l3]') 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: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
2) [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-mn6t6]') 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-mn6t6]') 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#L186
2) [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 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-1iv39]') 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-1iv39]') 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#L186
2) [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: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library1-sp0m3]') 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-sp0m3]') 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:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L133
3) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1joz6]') 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-1joz6]') 131 | test('[C289880] Create a moderated library', async ({ myLibrariesPage }) => { 132 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, null, moderatedVisibility); > 133 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 134 | 135 | await myLibrariesPage.navigate(); 136 | await libraryTable.spinnerWaitForReload(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:133:73
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L133
3) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-y21g5]') 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-y21g5]') 131 | test('[C289880] Create a moderated library', async ({ myLibrariesPage }) => { 132 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, null, moderatedVisibility); > 133 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 134 | 135 | await myLibrariesPage.navigate(); 136 | await libraryTable.spinnerWaitForReload(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:133:73
E2E Playwright - create-actions
Process completed with exit code 1.
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:73:7
[special-permissions] › src/tests/other-permissions.ts:165:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Shared Files - [C297658]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
2) [special-permissions] › src/tests/other-permissions.ts:165:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Shared Files - [C297658] Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Copy,Manage Versions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:167:9
[Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L64
1) [Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-3xalm' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'destination-folder-3xalm' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64 62 | const row = this.getRowByName(folderName); 63 | > 64 | await expect(row).toBeVisible(); | ^ 65 | await row.click({ trial: true }); 66 | 67 | await expect(async () => { at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:64:23) at PersonalFilesPage.copyOrMoveContentInDatatable (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/personal-files.page.ts:105:36) at copyContentInPersonalFiles (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:76:5) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.e2e.ts:173:5
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
2) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
2) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination Error: locator.click: Test timeout of 150000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-bvm8x' }) 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 copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:99:11
[Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages: e2e/playwright/pagination/src/tests/favorites.ts#L85
1) [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages Error: expect(received).toContain(expected) // indexOf Expected substring: "Showing 26-50 of 51" Received string: "Showing 1-25 of 51" 83 | await favoritePage.pagination.clickOnNextPage(); 84 | await favoritePage.dataTable.spinnerWaitForReload(); > 85 | expect(await favoritePage.pagination.getRange()).toContain('Showing 26-50 of 51'); | ^ 86 | await favoritePage.pagination.clickOnPreviousPage(); 87 | await favoritePage.dataTable.spinnerWaitForReload(); 88 | expect(await favoritePage.pagination.getRange()).toContain('Showing 1-25 of 51'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:85:56
[Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages: e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
1) [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages 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:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages: e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts#L41
1) [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages 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.
[Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders): projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders) Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'rule-XAT-zm773' }) 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-zm773' }) 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:111:33
[Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders): projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders) 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-1ry7j' }) 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-1ry7j' }) 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:111:33
[Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders): projects/aca-playwright-shared/src/page-objects/components/manageRules/manage-rules.component.ts#L60
1) [Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders) 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-wc9lq' }) 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-wc9lq' }) 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:111: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-109tg' }) 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-109tg' }) 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-1jxgb' }) 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-1jxgb' }) 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-n4a3c' }) 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-n4a3c' }) 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-llee0' }) 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-llee0' }) 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-19y6k' }) 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-19y6k' }) 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/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
4) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L66
4) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Error: locator.fill: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').nth(1) at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66 64 | await this.selectComparator(comparators, index); 65 | } > 66 | await this.valueField.nth(index).fill(value); | ^ 67 | } 68 | 69 | async addConditionGroup(fields: Partial<Field>, value: string, index: number, comparators?: Partial<Comparator>): Promise<void> { at ConditionComponent.addCondition (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts:153:5
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#L48
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "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#L48
1) [List Views] › src/tests/file-libraries.e2e.ts:96:9 › File Libraries › My Libraries › [C217095] has the correct columns Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "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#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#L48
2) [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "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#L1
2) [List Views] › src/tests/file-libraries.e2e.ts:114:9 › File Libraries › My Libraries › [C289903] User role is correctly displayed Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L48
3) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] 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:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L48
3) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "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
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:82:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
1) [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
1) [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
1) [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-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match: e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match "beforeAll" hook timeout of 85000ms exceeded. 103 | }); 104 | > 105 | test.beforeAll(async () => { | ^ 106 | try { 107 | const apiClientFactory = new ApiClientFactory(); 108 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match: e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L1
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L112
3) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 110 | await searchPage.dataTable.progressBarWaitForReload(); 111 | > 112 | expect(await searchPage.dataTable.getRowsCount()).toBe(1); | ^ 113 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden(); 114 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible(); 115 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:112:55
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L92
4) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'f344q-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: 'f344q-fileNameKb.pdf' }) 90 | 91 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: pdf'); > 92 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 93 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 94 | }); 95 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:92:68
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L91
4) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('adf-search-widget-chip').filter({ hasText: 'Properties' }) Expected string: "Properties: pdf" Received string: "Properties:  3g2 keyboard_arrow_down" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('adf-search-widget-chip').filter({ hasText: 'Properties' }) 9 × locator resolved to <adf-search-widget-chip class="ng-star-inserted" ng-reflect-category="[object Object]">…</adf-search-widget-chip> - unexpected value "Properties:  3g2 keyboard_arrow_down" 89 | await searchPage.searchFiltersProperties.setPropertiesParameters(searchPage, undefined, undefined, undefined, 'pdf'); 90 | > 91 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: pdf'); | ^ 92 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); 93 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 94 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:91:61
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:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
1) [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries "afterAll" hook timeout of 85000ms exceeded. 143 | }); 144 | > 145 | test.afterAll(async () => { | ^ 146 | try { 147 | await adminSitesApi.deleteSites(adminLibraryIds); 148 | await adminSitesApi.deleteSites(adminModerateLibraryIds); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
[Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L341
2) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-bd3yb' }).locator('[title="Not a member"]') 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-A-library-bd3yb' }).locator('[title="Not a member"]') 339 | await searchPage.searchWithin(adminLibrary2, 'libraries'); 340 | await searchPage.reload({ waitUntil: loadString }); > 341 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 342 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 343 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 344 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:341:96
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
2) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results "afterAll" hook timeout of 85000ms exceeded. 143 | }); 144 | > 145 | test.afterAll(async () => { | ^ 146 | try { 147 | await adminSitesApi.deleteSites(adminLibraryIds); 148 | await adminSitesApi.deleteSites(adminModerateLibraryIds); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
[Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
E2E Playwright - library-actions
Process completed with exit code 1.
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#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 #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:217:7 › viewer action file › [C286384] Copy action from Recent Files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L71
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Error: locator.hover: Timeout 1000ms exceeded. Call log: - waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'viewer-action-destRF-188vg' }) Call Log: - Timeout 20000ms exceeded while waiting on the predicate at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:71 69 | await row.click(); 70 | await expect(this.selectedRow).toBeVisible(); > 71 | }).toPass({ | ^ 72 | intervals: [2_000, 2_000, 2_000, 2_000, 2_000, 2_000, 2_000], 73 | timeout: 20_000 74 | }); at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:71:8) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:226:5
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L65
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'viewer-action-destRF-1o5e6' }) - locator resolved to <adf-datatable-row role="row" cdkdrag="" tabindex="0" aria-selected="false" ng-reflect-ng-class=" " ng-reflect-disabled="true" ng-reflect-enabled="false" ng-reflect-row="[object Object]" ng-reflect-data="[object Object]" data-automation-id="datatable-row-0" aria-label="viewer-action-destRF-1o5e6" ng-reflect-boundary-element=".adf-datatable-body" class="adf-datatable-row cdk-drag cdk-drag-disabled ng-star-inserted">…</adf-datatable-row> - attempting click action (trial run) - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:65 63 | 64 | await expect(row).toBeVisible(); > 65 | await row.click({ trial: true }); | ^ 66 | 67 | await expect(async () => { 68 | await row.hover({ timeout: 1000 }); at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:65:15) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:226:5
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L65
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-content-node-selector adf-datatable-row').filter({ hasText: 'viewer-action-destRF-khstq' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:65 63 | 64 | await expect(row).toBeVisible(); > 65 | await row.click({ trial: true }); | ^ 66 | 67 | await expect(async () => { 68 | await row.hover({ timeout: 1000 }); at ContentNodeSelectorDialog.selectDestination (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:65:15) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:226:5
[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: "11/26/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: "11/26/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/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
2) [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
2) [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
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action: 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:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action "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:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
4) [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 "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:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L68
4) [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 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
Finalize
Process completed with exit code 1.
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.9s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 30.4s
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 30.4s
🎭 Playwright Run Summary
6 passed (23.6s)
🎭 Playwright Run Summary
16 passed (1.6m)
🎭 Playwright Run Summary
11 passed (1.5m)
🎭 Playwright Run Summary
9 passed (2.2m)
🎭 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 (3.6m)
🎭 Playwright Run Summary
23 passed (5.2m)
🎭 Playwright Run Summary
3 flaky [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order [Info Drawer] › src/tests/file-folder-properties.e2e.ts:212:7 › Info Drawer - File Folder Properties › [XAT-17241] Add a new category to a node [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long 22 passed (6.6m)
🎭 Playwright Run Summary
2 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:181:9 › Create Libraries › On My Libraries dataTable › [C280030] Create 2 libraries with same name but different IDs 1 flaky [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library 17 passed (7.7m)
🎭 Playwright Run Summary
2 flaky [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] [special-permissions] › src/tests/other-permissions.ts:165:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Shared Files - [C297658] 62 passed (8.0m)
🎭 Playwright Run Summary
2 flaky [Copy Move Actions] › src/tests/copy.e2e.ts:171:7 › Copy actions › [C217171] Undo copy of files [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination 21 passed (9.4m)
🎭 Playwright Run Summary
1 failed [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages 10 passed (9.6m)
🎭 Playwright Run Summary
2 failed [Folder Rules] › src/tests/create-rules.e2e.ts:102:7 › Folder Rules Actions › [XAT-885] Create a rule in a folder and inherit it in a subfolder (Rule applies to subfolders) [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 2 flaky [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:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions 20 passed (9.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 interrupted [List Views] › src/tests/generic-errors.e2e.ts:66:7 › Generic errors › [C217313] File / folder not found 42 did not run 21 passed (10.0m)
🎭 Playwright Run Summary
2 failed [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match 2 interrupted [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed 7 flaky [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [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-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:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term 11 did not run 27 passed (10.0m)
🎭 Playwright Run Summary
2 failed [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results 1 interrupted [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 5 did not run 11 passed (10.0m)
🎭 Playwright Run Summary
4 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-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files [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:175:7 › viewer file › [C284634] Viewer opens for a file from Favorites 2 interrupted [Viewer] › src/tests/viewer-file-types.e2e.ts:127:7 › viewer file types › [XAT-17183] Audio files are properly displayed in the viewer - MP3 [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane 1 flaky [Viewer] › src/tests/viewer-file-types.e2e.ts:115:7 › viewer file types › [XAT-17180] Document files are properly displayed in the viewer - PDF 6 did not run 21 passed (10.0m)
🎭 Playwright Run Summary
4 flaky [Share Action] › src/tests/share/share-file.e2e.ts:179:11 › Share a file › when logged in › from Personal Files › [C286332] Share a file with expiration date [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:116:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 11 passed (10.0m)