Remove blank page route #3052
pull-request.yml
on: pull_request
Annotations
16 errors, 23 warnings, and 16 notices
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle:
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L74
1) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ─────────────
Error: Sidebar not expanded
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
72 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar expanded').toBe(false);
73 | await personalFiles.sidenav.expandSideNav();
> 74 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
75 | });
76 |
77 | test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:74:85
|
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle:
e2e/playwright/navigation/src/tests/sidebar.e2e.ts#L74
1) [Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Sidebar not expanded
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
72 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar expanded').toBe(false);
73 | await personalFiles.sidenav.expandSideNav();
> 74 | expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
| ^
75 | });
76 |
77 | test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/sidebar.e2e.ts:74:85
|
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries:
e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
2) [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: {"error":{"errorKey":"Person 'user-ogo92' already exists.","statusCode":409,"briefSummary":"06110588 Person 'user-ogo92' 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":"2d9c2770-b2c4-4331-9b39-507fdf3d976d"}}
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)
|
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L120
1) [Create Actions] › src/tests/create-library.e2e.ts:115: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-1ebdr]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1ebdr]')
118 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
119 | await libraryDialog.createButton.click();
> 120 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
121 |
122 | await myLibrariesPage.navigate();
123 | 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:120:73
|
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library:
e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L120
1) [Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1s16t]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1s16t]')
118 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName);
119 | await libraryDialog.createButton.click();
> 120 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible();
| ^
121 |
122 | await myLibrariesPage.navigate();
123 | 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:120:73
|
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files:
e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L162
1) [Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
TimeoutError: locator.waitFor: Timeout 2000ms exceeded.
Call log:
- waiting for locator('.cdk-overlay-pane [id="app.viewer.favorite.remove"]')
160 |
161 | await sharedPage.acaHeader.clickViewerMoreActions();
> 162 | await favoritePage.viewerDialog.removeFavoriteMenuButton.waitFor({ state: 'attached', timeout: timeouts.normal });
| ^
163 | await expect(sharedPage.viewerDialog.removeFavoriteMenuButton, 'Item should be remove favorite').toBeVisible();
164 | await sharedPage.page.keyboard.press('Escape');
165 | await favoritePage.navigate({ waitUntil: 'domcontentloaded' });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:162:62
|
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options:
e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L157
1) [Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
155 | await searchPage.dataTable.progressBarWaitForReload();
156 |
> 157 | expect(await searchPage.dataTable.getRowsCount()).toBe(1);
| ^
158 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden();
159 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible();
160 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:157:55
|
[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#L196
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-rjxwn' })
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:196
194 | */
195 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 196 | await this.getCellLinkByName(name).click();
| ^
197 | await this.spinnerWaitForReload();
198 | }
199 |
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:196: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
|
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries:
e2e/playwright/list-views/src/tests/empty-list.e2e.ts#L43
1) [List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
Error: list is not empty
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
41 | test('[C217099] empty My Libraries', async ({ myLibrariesPage }) => {
42 | await myLibrariesPage.navigate();
> 43 | expect(await myLibrariesPage.dataTable.isEmpty(), 'list is not empty').toBe(true);
| ^
44 | expect(await myLibrariesPage.dataTable.getEmptyStateTitle()).toContain(`You aren't a member of any File Libraries yet`);
45 | expect(await myLibrariesPage.dataTable.getEmptyStateSubtitle()).toContain('Join libraries to upload, view, and share files.');
46 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/empty-list.e2e.ts:43:76
|
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column:
e2e/playwright/list-views/src/tests/personal-files.e2e.ts#L1
2) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Test timeout of 85000ms exceeded.
|
[List Views] › src/tests/personal-files.e2e.ts:62: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#L270
2) [List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
Error: locator.innerText: Test timeout of 85000ms exceeded.
Call log:
- 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:270
268 |
269 | async getSortedColumnHeaderText(): Promise<string> {
> 270 | return this.sortedColumnHeader.innerText();
| ^
271 | }
272 |
273 | 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:270:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.e2e.ts:64:44
|
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder:
e2e/playwright/list-views/src/tests/recent-files.e2e.ts#L1
3) [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
Error: {"error":{"errorKey":"Person 'user-1aqgq' already exists.","statusCode":409,"briefSummary":"06110775 Person 'user-1aqgq' 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":"9cc0ab6f-b801-4142-a9e4-66b60f6ad67a"}}
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)
|
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site:
e2e/playwright/list-views/src/tests/shared-files.e2e.ts#L1
4) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
Error: {"error":{"errorKey":"Person 'user-1920g' already exists.","statusCode":409,"briefSummary":"06110833 Person 'user-1920g' 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":"60746351-1cb0-4e54-b4b9-cfcd50b9c81e"}}
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)
|
[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
5) [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#L289
5) [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-1cq66.txt' }).locator('.aca-location-link')
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:289
287 |
288 | async clickItemLocation(name: string): Promise<void> {
> 289 | await this.getItemLocationEl(name).click();
| ^
290 | }
291 |
292 | 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:289:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:103:33
|
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: aca-shared
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/
|
Unit tests: aca-content
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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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/
|
E2E Protractor - editActions
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, actions/upload-artifact@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/
|
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 - 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 - 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 - 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 - 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/
|
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/
|
Finalize
The following actions uses Node.js version which is deprecated 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/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "editActions".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
9 passed (1.3m)
|
🎭 Playwright Run Summary
14 passed (2.2m)
|
🎭 Playwright Run Summary
2 flaky
[Navigation] › src/tests/sidebar.e2e.ts:69:7 › Sidebar › [C269096] sidebar toggle ──────────────
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
14 passed (2.3m)
|
🎭 Playwright Run Summary
5 passed (36.8s)
|
🎭 Playwright Run Summary
18 passed (2.4m)
|
🎭 Playwright Run Summary
15 passed (2.6m)
|
🎭 Playwright Run Summary
11 passed (2.9m)
|
🎭 Playwright Run Summary
29 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
[Create Actions] › src/tests/create-library.e2e.ts:115:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library
19 passed (3.3m)
|
🎭 Playwright Run Summary
23 passed (3.8m)
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer-action.e2e.ts:150:7 › viewer action file › [C286379] Favorite action from Shared Files
26 passed (4.2m)
|
🎭 Playwright Run Summary
64 passed (6.5m)
|
🎭 Playwright Run Summary
19 passed (5.3m)
|
🎭 Playwright Run Summary
1 flaky
[Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options
45 passed (6.1m)
|
🎭 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 (7.3m)
|
🎭 Playwright Run Summary
5 flaky
[List Views] › src/tests/empty-list.e2e.ts:41:7 › Empty list views › [C217099] empty My Libraries
[List Views] › src/tests/personal-files.e2e.ts:62:9 › Personal Files › Regular user's personal files › [C217143] has default sorted column
[List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder
[List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
59 passed (8.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
editActions
Expired
|
2.13 MB |
|