Skip to content

[ACS-8508] Rework auto-download service #3196

[ACS-8508] Rework auto-download service

[ACS-8508] Rework auto-download service #3196

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via pull request August 1, 2024 18:08
Status Failure
Total duration 19m 44s
Artifacts

pull-request.yml

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

Annotations

16 errors, 24 warnings, and 17 notices
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:134:7 › Unshare a file from Search Results › [C306996] Unshare a file: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L149
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:134:7 › Unshare a file from Search Results › [C306996] Unshare a file Error: Timed out 5000ms waiting for expect(locator).not.toHaveText(expected) Locator: locator('adf-viewer .adf-viewer__file-title') Expected string: not "search-file-xcc19-2.txt" Received string: "search-file-xcc19-2.txt" Call log: - expect.not.toHaveText with timeout 5000ms - waiting for locator('adf-viewer .adf-viewer__file-title') - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" - locator resolved to <div class="adf-viewer__file-title">…</div> - unexpected value "search-file-xcc19-2.txt" 147 | await page.goto(url); 148 | await personalFiles.viewer.waitForViewerToOpen(); > 149 | await expect(personalFiles.viewer.fileTitleButtonLocator).not.toHaveText(file2); | ^ 150 | expect(await nodesApiAction.isFileShared(file2Id)).toBe(false); 151 | }); 152 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:149:67
[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-1qdi9]') 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-1qdi9]') 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
[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-x9mvb' already exists.","statusCode":409,"briefSummary":"07015585 Person 'user-x9mvb' 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":"04a6cdfd-cda5-4086-a6cd-fdcda57086d2"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Viewer] › src/tests/viewer-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 }) - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</button> - unexpected value "visible" - 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 mdc-list-item">…</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
[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#L197
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-12ltn' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:197 195 | */ 196 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 197 | await this.getCellLinkByName(name).click(); | ^ 198 | await this.spinnerWaitForReload(); 199 | } 200 | 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:197: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
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L130
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created 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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124:5
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L130
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124:5
[Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between: projects/aca-playwright-shared/src/page-objects/components/search/search-filters/search-filters-date.component.ts#L130
1) [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:124: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#L130
2) [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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130: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-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#L130
2) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130: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-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#L130
2) [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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:130 128 | await searchPage.searchFilters.menuCardApply.click(); 129 | await searchPage.dataTable.spinnerWaitForReload(); > 130 | expect(await searchPage.dataTable.getRowsCount()).toEqual(expectSearchResults); | ^ 131 | 132 | let dateText: string; 133 | 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:130:55) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-date.e2e.ts:138:5
E2E Playwright - search
Process completed with exit code 1.
[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#L290
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-1rcpw.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:290 288 | 289 | async clickItemLocation(name: string): Promise<void> { > 290 | await this.getItemLocationEl(name).click(); | ^ 291 | } 292 | 293 | 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:290:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:103:33
Finalize
Process completed with exit code 1.
lint
The following actions uses Node.js version which is deprecated 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/
build
The following actions uses Node.js version which is deprecated 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/
Unit tests
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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/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 18.7s
E2E Playwright - info-drawer
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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.9s
E2E Playwright - viewer
The following actions uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 uses Node.js version which is deprecated 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 33.7s
E2E Playwright - search
The following actions uses Node.js version which is deprecated 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 - list-views
The following actions uses Node.js version which is deprecated 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/
🎭 Playwright Run Summary
5 passed (31.2s)
🎭 Playwright Run Summary
9 passed (1.1m)
🎭 Playwright Run Summary
11 passed (1.1m)
🎭 Playwright Run Summary
16 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:134:7 › Unshare a file from Search Results › [C306996] Unshare a file 14 passed (2.3m)
🎭 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.4m)
🎭 Playwright Run Summary
18 passed (2.4m)
🎭 Playwright Run Summary
11 passed (2.9m)
🎭 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.0m)
🎭 Playwright Run Summary
24 passed (3.7m)
🎭 Playwright Run Summary
23 passed (3.7m)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked 26 passed (3.9m)
🎭 Playwright Run Summary
19 passed (5.5m)
🎭 Playwright Run Summary
64 passed (5.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.8m)
🎭 Playwright Run Summary
2 failed [Search] › src/tests/search-filters-date.e2e.ts:123:7 › Search - Filters - Date › [C699048-4] Filter by date - Created between [Search] › src/tests/search-filters-date.e2e.ts:137:7 › Search - Filters - Date › [C699049-4] Filter by date - Modified between 44 passed (7.0m)
🎭 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.1m)