Skip to content

[ACS-8659] Refine ADF upstream to pick only 'alpha' versions #3359

[ACS-8659] Refine ADF upstream to pick only 'alpha' versions

[ACS-8659] Refine ADF upstream to pick only 'alpha' versions #3359

Re-run triggered August 23, 2024 12:53
Status Success
Total duration 12m 34s
Artifacts

pull-request.yml

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

Annotations

10 errors, 27 warnings, and 17 notices
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190: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#L202
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 200 | await personalFiles.shareDialog.shareToggle.click(); 201 | await personalFiles.confirmDialog.okButton.click(); > 202 | expect(await nodesApiAction.isFileShared(fileSite2Id)).toBe(true); | ^ 203 | }); 204 | 205 | test('[C307000] Consumer - on Search Results - file shared by the user', async ({ personalFiles, searchPage, nodesApiAction, page }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:202:60
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117: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-library-wjjb4]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-wjjb4]') 120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 121 | await libraryDialog.createButton.click(); > 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 123 | 124 | await myLibrariesPage.navigate(); 125 | 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:122:73
[Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L74
1) [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: '9fc8y-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: '9fc8y-fileNameKb.pdf' }) 72 | 73 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Most 1 MB'); > 74 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 75 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 76 | }); 77 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:74:68
[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#L199
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-3di4s' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199 197 | */ 198 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 199 | await this.getCellLinkByName(name).click(); | ^ 200 | await this.spinnerWaitForReload(); 201 | } 202 | 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:199: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:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L205
1) [Library Actions] › src/tests/library-actions.e2e.ts:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-1rscc' }).locator('[title="Contributor"]') 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-1rscc' }).locator('[title="Contributor"]') 203 | 204 | test('[C289974] Mark library as favorite from My Libraries', async () => { > 205 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary3, contributorRole)).toBeVisible(); | ^ 206 | await libraryTable.getCellByColumnNameAndRowItem(adminLibrary3, contributorRole).click(); 207 | await myLibrariesHeader.clickMoreActions(); 208 | await libraryMenu.clickMenuItem(favoriteButton); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:205:96
[Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L269
2) [Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-Am-library-lvqra' }).locator('[title="Consumer"]') 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-Am-library-lvqra' }).locator('[title="Consumer"]') 267 | await adminSitesApi.approveSiteMembershipRequest(adminModerateLibrary1, username2); 268 | await favoriteLibrariesPage.page.reload({ waitUntil: 'load' }); > 269 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminModerateLibrary1, consumerRole)).toBeVisible(); | ^ 270 | }); 271 | 272 | test('[C290110] Leave a library from Favorite Libraries', async ({ favoriteLibrariesPage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:269:101
[Library Actions] › src/tests/library-actions.e2e.ts:368:9 › Library actions › Search Page › [C306962] Cancel join from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L371
3) [Library Actions] › src/tests/library-actions.e2e.ts:368:9 › Library actions › Search Page › [C306962] Cancel join from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-Am-library-4lp64' }).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-Am-library-4lp64' }).locator('[title="Not a member"]') 369 | await user2SitesApi.createSiteMembershipRequestForPerson(username2, adminModerateLibrary4); 370 | await searchPage.navigate({ remoteUrl: `#/search-libraries;q=${adminModerateLibrary4}` }); > 371 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminModerateLibrary4, notMemberString)).toBeVisible(); | ^ 372 | await libraryTable.performActionFromExpandableMenu(adminModerateLibrary4, cancelJoinRequestButton); 373 | await expect.soft(snackBar.getByMessageLocator(cancelJoinRequestMessage)).toBeVisible(); 374 | const hasJoinRequest = await user2SitesApi.hasMembershipRequest(username2, adminModerateLibrary4); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:371:104
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Test timeout of 85000ms exceeded.
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L286
1) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-1xc80.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:286 284 | 285 | async clickItemLocation(name: string): Promise<void> { > 286 | await this.getItemLocationEl(name).click(); | ^ 287 | } 288 | 289 | 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:286:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:103:33
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - authentication
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - edit-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - favorite-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - navigation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Info Drawer] › src/tests/file-folder-properties.e2e.ts#L1
[Info Drawer] › src/tests/file-folder-properties.e2e.ts took 35.2s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.4s
Slow Test: [Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 18.9s
E2E Playwright - info-drawer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - share-action
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - create-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - pagination
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 24.5s
E2E Playwright - viewer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - upload-download-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - folder-rules
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - delete-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - special-permissions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 32.6s
E2E Playwright - search
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - copy-move-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - library-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [List Views] › src/tests/generic-errors.e2e.ts#L1
[List Views] › src/tests/generic-errors.e2e.ts took 17.5s
E2E Playwright - list-views
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Finalize
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
5 passed (21.8s)
🎭 Playwright Run Summary
11 passed (1.1m)
🎭 Playwright Run Summary
9 passed (1.3m)
🎭 Playwright Run Summary
16 passed (1.9m)
🎭 Playwright Run Summary
18 passed (2.4m)
🎭 Playwright Run Summary
1 flaky [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 14 passed (2.5m)
🎭 Playwright Run Summary
1 flaky [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library 19 passed (2.8m)
🎭 Playwright Run Summary
11 passed (3.0m)
🎭 Playwright Run Summary
27 passed (3.6m)
🎭 Playwright Run Summary
29 passed (3.5m)
🎭 Playwright Run Summary
24 passed (3.6m)
🎭 Playwright Run Summary
23 passed (3.8m)
🎭 Playwright Run Summary
64 passed (6.0m)
🎭 Playwright Run Summary
1 flaky [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB 45 passed (6.5m)
🎭 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.8m)
🎭 Playwright Run Summary
3 flaky [Library Actions] › src/tests/library-actions.e2e.ts:204:9 › Library actions › My Libraries page › [C289974] Mark library as favorite from My Libraries [Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:368:9 › Library actions › Search Page › [C306962] Cancel join from Search Results 16 passed (6.9m)
🎭 Playwright Run Summary
1 flaky [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder 63 passed (9.2m)