Skip to content

[ACS-6791] Restore&fix excluded tests #2297

[ACS-6791] Restore&fix excluded tests

[ACS-6791] Restore&fix excluded tests #2297

Re-run triggered February 20, 2024 13:35
Status Failure
Total duration 9m 26s
Artifacts 6

pull-request.yml

on: pull_request
Matrix: unit-tests
Matrix: E2e test suites: Playwright
Matrix: e2es
Finalize
2s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

18 errors, 23 warnings, and 11 notices
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L185
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination Error: locator.click: Page closed =========================== logs =========================== waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-u57ki' }) ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:185 183 | */ 184 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 185 | await this.getCellLinkByName(name).click(); | ^ 186 | await this.spinnerWaitForReload(); 187 | } 188 | 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:185:40) at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:76:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts:99:11
[Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.test.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:185:40
[Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages: e2e/playwright/pagination/src/tests/personal-files.ts#L86
1) [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages Error: expect(received).toContain(expected) // indexOf Expected substring: "Showing 1-25 of 51" Received string: "Showing 26-50 of 51" 84 | await personalFiles.pagination.clickOnPreviousPage(); 85 | await personalFiles.dataTable.spinnerWaitForReload(); > 86 | expect(await personalFiles.pagination.getRange()).toContain('Showing 1-25 of 51'); | ^ 87 | }); 88 | 89 | test('[C280081] Previous button is disabled on first page', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:86:57
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] Error: Expected to contain Favorite Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66 64 | ); 65 | for (const action of expectedToolbarMore) { > 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 67 | } 68 | } 69 | } 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:66:104) at checkMultipleSelActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:53:5) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:107:7
[Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.spec.ts#L131
1) [Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-13vdt]') 129 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 130 | await libraryDialog.createButton.click(); > 131 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 132 | 133 | await myLibrariesPage.navigate(); 134 | 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.spec.ts:131:73
[Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.spec.ts#L131
1) [Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-17h80]') 129 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 130 | await libraryDialog.createButton.click(); > 131 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 132 | 133 | await myLibrariesPage.navigate(); 134 | 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.spec.ts:131:73
[List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L127
1) [List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results Error: Incorrect number of items Expected: 2 Received: 3 125 | await searchPage.dataTable.spinnerWaitForReload(); 126 | > 127 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 128 | 129 | await siteApiAdmin.deleteSiteMember(sitePrivate, username); 130 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:127:86
[List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L127
1) [List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Incorrect number of items Expected: 2 Received: 3 125 | await searchPage.dataTable.spinnerWaitForReload(); 126 | > 127 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 128 | 129 | await siteApiAdmin.deleteSiteMember(sitePrivate, username); 130 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:127:86
[List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L127
1) [List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Incorrect number of items Expected: 2 Received: 3 125 | await searchPage.dataTable.spinnerWaitForReload(); 126 | > 127 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 128 | 129 | await siteApiAdmin.deleteSiteMember(sitePrivate, username); 130 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:127:86
[List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L200
2) [List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results Error: Incorrect number of items Expected: 2 Received: 3 198 | await searchPage.dataTable.spinnerWaitForReload(); 199 | > 200 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 201 | expect(await searchPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown'); 202 | }); 203 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:200:86
[List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L200
2) [List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Incorrect number of items Expected: 2 Received: 3 198 | await searchPage.dataTable.spinnerWaitForReload(); 199 | > 200 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 201 | expect(await searchPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown'); 202 | }); 203 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:200:86
[List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results: e2e/playwright/list-views/src/tests/permissions.spec.ts#L200
2) [List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Incorrect number of items Expected: 2 Received: 3 198 | await searchPage.dataTable.spinnerWaitForReload(); 199 | > 200 | expect(await searchPage.dataTable.getRowsCount(), 'Incorrect number of items').toBe(2); | ^ 201 | expect(await searchPage.dataTable.getItemLocationText(fileName)).toEqual('Unknown'); 202 | }); 203 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:200:86
[List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column: e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
3) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column Test timeout of 85000ms exceeded.
[List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L260
3) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column Error: locator.innerText: Page closed =========================== logs =========================== waiting for locator('adf-datatable .adf-datatable__header--sorted-asc .adf-datatable-cell-header-content .adf-datatable-cell-value,\n .adf-datatable__header--sorted-desc .adf-datatable-cell-header-content .adf-datatable-cell-value') ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260 258 | 259 | async getSortedColumnHeaderText(): Promise<string> { > 260 | return this.sortedColumnHeader.innerText(); | ^ 261 | } 262 | 263 | private getItemLocationEl(name: string): Locator { at DataTableComponent.getSortedColumnHeaderText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.spec.ts:68:44
[List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column: e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
3) [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column Pending operations: - locator.innerText at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:260:36
[List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/trash.spec.ts#L1
4) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Test timeout of 85000ms exceeded.
Finalize
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-content
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests: aca-shared
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: deleteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: editActions,favoriteActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: uploadDownloadActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: listViews
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: viewer,infoDrawer
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
E2e test suites: copyMoveActions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (library-actions, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (share-action, 9)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (copy-move-actions, 10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (pagination, 7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (special-permissions, 6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (navigation, 5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (folder-rules, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (viewer, 3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (authentication, 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (create-actions, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2e test suites: Playwright (list-views, 8)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
19 passed (5.3m)
🎭 Playwright Run Summary
14 passed (1.8m)
🎭 Playwright Run Summary
1 flaky [Copy Move Actions] › src/tests/destination-picker-dialog.test.ts:96:7 › Copy Move actions › [C263878] Collaborator user can select the folder as destination 22 passed (6.5m)
🎭 Playwright Run Summary
1 flaky [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages 10 passed (3.5m)
🎭 Playwright Run Summary
1 flaky [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459] 43 passed (4.7m)
🎭 Playwright Run Summary
15 passed (1.5m)
🎭 Playwright Run Summary
3 passed (28.6s)
🎭 Playwright Run Summary
21 passed (2.9m)
🎭 Playwright Run Summary
5 passed (19.6s)
🎭 Playwright Run Summary
1 flaky [Create Actions] › src/tests/create-library.spec.ts:126:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library 19 passed (2.8m)
🎭 Playwright Run Summary
2 failed [List Views] › src/tests/permissions.spec.ts:120:9 › Special permissions › file not displayed if user no longer has permissions on it › [C290122] on Search Results [List Views] › src/tests/permissions.spec.ts:193:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C306868] on Search results 2 flaky [List Views] › src/tests/personal-files.spec.ts:67:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder 33 passed (5.8m)

Artifacts

Produced during runtime
Name Size
deleteActions Expired
2.14 MB
editActions,favoriteActions Expired
2.13 MB
listViews Expired
2.12 MB
search Expired
2.24 MB
uploadDownloadActions Expired
2.24 MB
viewer,infoDrawer Expired
2.11 MB