Skip to content

[MNT-24151] - ADW: Users can see some actions Edit Offline" and "Upload New Version" for the declared record #2241

[MNT-24151] - ADW: Users can see some actions Edit Offline" and "Upload New Version" for the declared record

[MNT-24151] - ADW: Users can see some actions Edit Offline" and "Upload New Version" for the declared record #2241

pull-request.yml

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

Annotations

17 errors, 24 warnings, and 11 notices
[Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites: e2e/playwright/viewer/src/tests/viewer.spec.ts#L55
1) [Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites "beforeAll" hook timeout of 150000ms exceeded. 53 | let nodesApi: NodesApi; 54 | > 55 | test.beforeAll(async () => { | ^ 56 | test.setTimeout(timeouts.extendedTest); 57 | const randomFolderName = `playwright-folder-${Utils.random()}`; 58 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:55:8
[special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
1) [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
2) [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647]: e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts#L82
3) [special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647] "beforeAll" hook timeout of 150000ms exceeded. at src/tests/special-permissions-actions.test.ts:82 80 | let managerSearchActions: SearchPageApi; 81 | > 82 | test.beforeAll(async () => { | ^ 83 | test.setTimeout(timeouts.extendedTest); 84 | await apiClientFactory.setUpAcaBackend('admin'); 85 | await apiClientFactory.createUser({ username: userManager }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/special-permissions-actions.test.ts:82:8
[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.spec.ts#L39
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.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
[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#L83
2) [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "Showing 26-50 of 51" Received string: "Showing 1-25 of 51" 81 | await personalFiles.pagination.clickOnNextPage(); 82 | await personalFiles.dataTable.spinnerWaitForReload(); > 83 | expect(await personalFiles.pagination.getRange()).toContain('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'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:83:57
[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.spec.ts#L39
3) [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.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39: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.spec.ts#L39
4) [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.spec.ts:39 37 | const apiClientFactory = new ApiClientFactory(); 38 | > 39 | test.beforeAll(async () => { | ^ 40 | test.setTimeout(timeouts.extendedTest); 41 | await apiClientFactory.setUpAcaBackend('admin'); 42 | await apiClientFactory.createUser({ username }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/multiple-pages-files.spec.ts:39:8
[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
1) [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
1) [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
1) [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/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app: e2e/playwright/list-views/src/tests/sort-list.spec.ts#L104
2) [List Views] › src/tests/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app Test timeout of 85000ms exceeded while running "beforeEach" hook. 102 | }); 103 | > 104 | test.beforeEach(async ({ loginPage, personalFiles }) => { | ^ 105 | await NodesApi.initialize(user1, user1); 106 | await loginPage.loginUser( 107 | { username: user1, ***: user1 }, at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.spec.ts:104:8
[List Views] › src/tests/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L260
2) [List Views] › src/tests/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app 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 DataTableComponent.sortBy (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:139:35) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/sort-list.spec.ts:113:35
[List Views] › src/tests/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app: e2e/playwright/list-views/src/tests/sort-list.spec.ts#L1
2) [List Views] › src/tests/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app 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
3) [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.
[List Views] › src/tests/trash.spec.ts:115: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#L279
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Error: locator.click: Target closed =========================== logs =========================== waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-18pde.txt' }).locator('.aca-location-link') locator resolved to <aca-location-link class="aca-location-link adf-location-cell adf-d…>…</aca-location-link> attempting click action waiting for element to be visible, enabled and stable element is not visible - waiting... ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279 277 | 278 | async clickItemLocation(name: string): Promise<void> { > 279 | await this.getItemLocationEl(name).click(); | ^ 280 | } 281 | 282 | 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:279:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:116:33
[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
3) [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:279:40
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/.
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/.
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/.
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/.
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: 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: 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: 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: 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: 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: 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 (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 (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 (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 (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 (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 (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 (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 (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 (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/.
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/.
Finalize
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
20 passed (1.7m)
🎭 Playwright Run Summary
3 passed (26.0s)
🎭 Playwright Run Summary
5 passed (28.7s)
🎭 Playwright Run Summary
15 passed (2.0m)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer.spec.ts:178:7 › viewer file › [C284634] Viewer opens for a file from Favorites 20 passed (7.4m)
🎭 Playwright Run Summary
3 flaky [special-permissions] › src/tests/viewer.ts:50:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office - [C326622] [special-permissions] › src/tests/viewer.ts:203:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Favorites › File Office, shared, favorite - [C326655] [special-permissions] › src/tests/other-permissions.ts:61:9 › Special permissions : › Collaborator › available actions : › on File Libraries - [C297647] 41 passed (8.9m)
🎭 Playwright Run Summary
14 passed (5.1m)
🎭 Playwright Run Summary
4 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:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages [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 7 passed (7.8m)
🎭 Playwright Run Summary
23 passed (6.0m)
🎭 Playwright Run Summary
3 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/sort-list.spec.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app [List Views] › src/tests/trash.spec.ts:115:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder 34 passed (6.2m)
🎭 Playwright Run Summary
19 passed (3.5m)

Artifacts

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