Skip to content

Build(deps): Bump Alfresco/alfresco-build-tools from 8.2.0 to 8.4.0 in /.github/actions/setup in the github-actions group #4002

Build(deps): Bump Alfresco/alfresco-build-tools from 8.2.0 to 8.4.0 in /.github/actions/setup in the github-actions group

Build(deps): Bump Alfresco/alfresco-build-tools from 8.2.0 to 8.4.0 in /.github/actions/setup in the github-actions group #4002

Status Success
Total duration 9m 58s
Artifacts

pull-request.yml

on: pull_request
Unit tests
54s
Unit tests
Matrix: e2es-playwright
Finalize
6s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

27 errors, 4 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-1nsy9' already exists.","statusCode":409,"briefSummary":"11013196 Person 'user-1nsy9' 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":"df51201f-ea2d-4e35-9120-1fea2d1e3536"}} 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/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File: e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L186
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File Test timeout of 85000ms exceeded while running "beforeEach" hook. 184 | 185 | test.describe('on Search', () => { > 186 | test.beforeEach(async ({ loginPage, searchPage }) => { | ^ 187 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed'); 188 | await searchPage.navigate(); 189 | await searchPage.clickSearchButton(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:186:10
[Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File: projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts#L61
2) [Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-toolbar button[id="app.toolbar.more"]') - locator resolved to <button mat-icon-button="" title="More Actions" aria-haspopup="menu" id="app.toolbar.more" aria-expanded="false" aria-label="More Actions" ng-reflect-disabled="false" mat-ripple-loader-centered="" ng-reflect-menu="[object Object]" mat-ripple-loader-uninitialized="" mat-ripple-loader-class-name="mat-mdc-button-ripple" class="mat-mdc-menu-trigger mdc-icon-button mat-mdc-icon-button mat-unthemed mat-mdc-button-base ng-star-inserted">…</button> - attempting click action - 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/aca-header.component.ts:61 59 | async clickMoreActions(): Promise<void> { 60 | await this.toolbarMoreActions.waitFor({ state: 'attached' }); > 61 | await this.toolbarMoreActions.click(); | ^ 62 | } 63 | 64 | async clickCreateFolderFromTemplate(): Promise<void> { at AcaHeader.clickMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:61:35) at viewFirstFileVersion (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:60:5) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:191:7
[Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L168
1) [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('mat-hint') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('mat-hint') 166 | await myLibrariesPage.libraryDetails.editButton.click(); 167 | await myLibrariesPage.libraryDetails.nameField.fill(site.name); > 168 | await expect(myLibrariesPage.libraryDetails.hintMessage).toBeVisible(); | ^ 169 | await expect(myLibrariesPage.libraryDetails.hintMessage).toHaveText('Library name already in use'); 170 | }); 171 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:168:62
[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/3/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-01T00:30:17.905+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: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
4) [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: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
4) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:156:7 › Unshare a file from Search Results › [C306997] Cancel the Unshare action 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: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#L1
5) [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 Test timeout of 85000ms exceeded.
[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#L200
5) [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 Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-toolbar button[id="share-action-button"]') 198 | 199 | await personalFiles.dataTable.selectItems(fileSite1); > 200 | await personalFiles.acaHeader.shareButton.click(); | ^ 201 | 202 | expect(await personalFiles.shareDialog.isShareToggleChecked()).toBe(true); 203 | await personalFiles.shareDialog.shareToggle.click(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:200:47
[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: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/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
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653] 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:93:7
[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-12aqv", "subFolder1-1e52a", + "subFolder2-1yw8z", ] 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-ofvhy' already exists.","statusCode":409,"briefSummary":"11013151 Person 'user-ofvhy' 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":"43f6d055-83f9-48be-b6d0-5583f998be40"}} 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:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L362
1) [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-ijcub' }).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-ijcub' }).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
[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
1) [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: '1ibgs-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: '1ibgs-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-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results: e2e/playwright/search/src/tests/search-highlighting.e2e.ts#L71
2) [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 Error: expect(received).toBeTruthy() Received: false 69 | test('[XAT-17120] Matching phrases should be highlighted in the file description for search results', async ({ searchPage }) => { 70 | await searchPage.searchWithin(fileDescription, 'files'); > 71 | expect(await searchPage.dataTable.hasHighlightedText('description')).toBeTruthy(); | ^ 72 | expect(await searchPage.dataTable.hasHighlightedText('name')).toBeFalsy(); 73 | }); 74 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-highlighting.e2e.ts:71:74
[List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files: e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L1
1) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files Test timeout of 85000ms exceeded.
[List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L318
1) [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files Error: locator.innerText: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-empty-content__title') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318 316 | 317 | async getEmptyStateTitle(): Promise<string> { > 318 | return (await this.isEmpty()) ? this.emptyListTitle.innerText() : ''; | ^ 319 | } 320 | 321 | async getEmptyStateSubtitle(): Promise<string> { at DataTableComponent.getEmptyStateTitle (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:318:57) at openEmptyTab (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:84:12) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:109:7
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L1
2) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site Test timeout of 85000ms exceeded.
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
2) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file1-18i5c.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291 289 | 290 | async clickItemLocation(name: string): Promise<void> { > 291 | await this.getItemLocationEl(name).click(); | ^ 292 | } 293 | 294 | async getSortingOrder(): Promise<string> { at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:130:36
[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#L1
3) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns Test timeout of 85000ms exceeded.
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L267
3) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns 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:145:68
[List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files: e2e/playwright/list-views/src/tests/permissions.e2e.ts#L1
4) [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files Error: {"error":{"errorKey":"Person 'userPermissions-4q037' already exists.","statusCode":409,"briefSummary":"110210224 Person 'userPermissions-4q037' 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":"9238fc2b-455d-4eac-b8fc-2b455d5eac90"}} 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)
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 25.3s
Slow Test: [Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 16.8s
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 21.0s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 26.1s
🎭 Playwright Run Summary
11 passed (1.8m)
🎭 Playwright Run Summary
2 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 [Upload Download Actions] › src/tests/version-actions.e2e.ts:198:9 › Version actions › on Search › [C586780] Previous document version title should be the same in Preview mode as the Uploaded File 27 passed (6.0m)
🎭 Playwright Run Summary
1 flaky [Info Drawer] › src/tests/library-properties.e2e.ts:157:7 › Library properties › [C289341] Warning appears when editing the name of the library by entering an existing name 24 passed (6.0m)
🎭 Playwright Run Summary
5 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/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 10 passed (9.3m)
🎭 Playwright Run Summary
9 passed (2.2m)
🎭 Playwright Run Summary
3 flaky [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 passed (6.7m)
🎭 Playwright Run Summary
23 passed (7.2m)
🎭 Playwright Run Summary
6 passed (38.2s)
🎭 Playwright Run Summary
1 flaky [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653] 63 passed (8.4m)
🎭 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.3m)
🎭 Playwright Run Summary
20 passed (1.7m)
🎭 Playwright Run Summary
24 passed (3.2m)
🎭 Playwright Run Summary
34 passed (3.3m)
🎭 Playwright Run Summary
23 passed (3.4m)
🎭 Playwright Run Summary
1 flaky [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 18 passed (3.8m)
🎭 Playwright Run Summary
2 flaky [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 47 passed (5.6m)
🎭 Playwright Run Summary
4 flaky [List Views] › src/tests/empty-list.e2e.ts:108:9 › Empty list views › [C213169] empty Recent Files [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files 64 passed (6.8m)