Skip to content

Build(deps): Bump Alfresco/alfresco-build-tools from 8.8.0 to 8.12.1 in /.github/actions/setup in the github-actions group #4305

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

Build(deps): Bump Alfresco/alfresco-build-tools from 8.8.0 to 8.12.1 in /.github/actions/setup in the github-actions group #4305

Status Success
Total duration 15m 14s
Artifacts

pull-request.yml

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

Annotations

12 errors, 6 warnings, and 17 notices
[Viewer] › src/tests/viewer-action.e2e.ts:220:7 › viewer action file › [C286384] Copy action from Recent Files: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
1) [Viewer] › src/tests/viewer-action.e2e.ts:220:7 › viewer action file › [C286384] Copy action from Recent Files Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":500,"briefSummary":"01010071 Couldn't delete the quick share link expiry action for the sharedId:toTOTBfuSb2EzkwX7gm9Dg","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":"99daba30-b14c-4dba-9aba-30b14c8dba74"}} 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)
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries: e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
1) [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries Error: {"error":{"errorKey":"Person 'user-19epc' already exists.","statusCode":409,"briefSummary":"01010023 Person 'user-19epc' 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":"71916541-3179-46ae-9165-413179e6aef4"}} 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)
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor 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-1wsug' }) 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:92:11
[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
1) [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-lvvjv' }).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-lvvjv' }).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:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L362
2) [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-1fdsb' }).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-1fdsb' }).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-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
1) [Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime Error: expect(received).toEqual(expected) // deep equality Expected: 2 Received: 0 at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120 118 | await searchPage.searchFilters.menuCardApply.click(); 119 | await searchPage.dataTable.spinnerWaitForReload(); > 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 121 | 122 | let dateText: string; 123 | if (filterType === 'between') { at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:78:5
[Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
2) [Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last Error: expect(received).toEqual(expected) // deep equality Expected: 2 Received: 0 at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120 118 | await searchPage.searchFilters.menuCardApply.click(); 119 | await searchPage.dataTable.spinnerWaitForReload(); > 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 121 | 122 | let dateText: string; 123 | if (filterType === 'between') { at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:100:5
[Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L120
3) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between Error: expect(received).toEqual(expected) // deep equality Expected: 2 Received: 0 at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120 118 | await searchPage.searchFilters.menuCardApply.click(); 119 | await searchPage.dataTable.spinnerWaitForReload(); > 120 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 121 | 122 | let dateText: string; 123 | if (filterType === 'between') { at SearchFiltersDate.filterFilesByDate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts:120:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:138:5
[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: 'n3j0i-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: 'n3j0i-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:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results: e2e/playwright/search/src/tests/search-highlighting.e2e.ts#L77
5) [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 Error: expect(received).toBeTruthy() Received: false 75 | test('[XAT-17121] Matching phrases should be highlighted in the file content for search results', async ({ searchPage }) => { 76 | await searchPage.searchWithin(fileContent, 'files'); > 77 | expect(await searchPage.dataTable.hasHighlightedText('content')).toBeTruthy(); | ^ 78 | expect(await searchPage.dataTable.hasHighlightedText('name')).toBeFalsy(); 79 | }); 80 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-highlighting.e2e.ts:77:70
[Search] › src/tests/search-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance: e2e/playwright/search/src/tests/search-sorting.e2e.ts#L112
6) [Search] › src/tests/search-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance Error: expect(received).toContain(expected) // indexOf Expected substring: "search-sort-1h44j-file-1.jpg" Received string: " Select file search-sort-1h44j-file-2.pdf ( search sort title )search-sort-${random}-fileCompany Home › User Homes › user1-1h44j › parent-search-1h44j2.96 KB less than a minute ago user2-1h44j user2-1h44j View 0 more " 110 | await searchPage.searchWithin(`*${random}*`, 'files'); 111 | await searchPage.searchSortingPicker.sortBy(sortBy, sortOrder); > 112 | expect(await searchPage.dataTable.getNthRow(0).textContent()).toContain(expectedFirstFile); | ^ 113 | expect(await searchPage.dataTable.getNthRow(1).textContent()).toContain(expectedSecondFile); 114 | } 115 | at testSearchSorting (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:112:67) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:137:5
Slow Test: [Authentication] › src/tests/general.e2e.ts#L1
[Authentication] › src/tests/general.e2e.ts took 16.3s
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 26.3s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 24.7s
Slow Test: [Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 17.0s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 32.1s
Slow Test: [Search] › src/tests/search-filters-tags.e2e.ts#L1
[Search] › src/tests/search-filters-tags.e2e.ts took 20.1s
🎭 Playwright Run Summary
6 passed (26.4s)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer-action.e2e.ts:220:7 › viewer action file › [C286384] Copy action from Recent Files 32 passed (5.1m)
🎭 Playwright Run Summary
24 passed (3.7m)
🎭 Playwright Run Summary
20 passed (1.7m)
🎭 Playwright Run Summary
67 passed (5.8m)
🎭 Playwright Run Summary
64 passed (5.7m)
🎭 Playwright Run Summary
1 flaky [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries 15 passed (1.5m)
🎭 Playwright Run Summary
11 passed (1.8m)
🎭 Playwright Run Summary
15 passed (1.7m)
🎭 Playwright Run Summary
1 flaky [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination 22 passed (6.4m)
🎭 Playwright Run Summary
2 flaky [Library Actions] › src/tests/library-actions.e2e.ts:338:9 › Library actions › Search Page › [C306959] Join a public library from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:358:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 17 passed (4.0m)
🎭 Playwright Run Summary
29 passed (2.8m)
🎭 Playwright Run Summary
25 passed (2.5m)
🎭 Playwright Run Summary
23 passed (3.3m)
🎭 Playwright Run Summary
9 passed (58.1s)
🎭 Playwright Run Summary
10 passed (1.1m)
🎭 Playwright Run Summary
6 flaky [Search] › src/tests/search-filters-date.e2e.ts:77:7 › Search - Filters - Date › [C699048-2] Filter by date - Created anytime [Search] › src/tests/search-filters-date.e2e.ts:99:7 › Search - Filters - Date › [C699048-3] Filter by date - Created in the last [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [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-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance 42 passed (6.9m)