Skip to content

Pull request

Pull request #4047

Triggered via schedule December 9, 2024 12:05
Status Failure
Total duration 19m 21s
Artifacts

pull-request.yml

on: schedule
Matrix: e2es-playwright
Finalize
3s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

55 errors, 8 warnings, and 17 notices
[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-1cemz' already exists.","statusCode":409,"briefSummary":"11094429 Person 'user-1cemz' 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":"ba32a88c-6160-4b1e-b2a8-8c6160fb1eb2"}} 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)
[Share Action] › src/tests/share/share-file.e2e.ts:197:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L201
1) [Share Action] › src/tests/share/share-file.e2e.ts:197:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly Error: expect(received).toEqual(expected) // deep equality Expected: "2025-12-09T12:14:34.637+0000" Received: "" 199 | const expireProperty = await nodesApiAction.getNodeProperty(file6Id, 'qshare:expiryDate'); 200 | > 201 | expect(expireProperty).toEqual(expiryDate); | ^ 202 | expect(await personalFiles.shareDialog.isExpireToggleEnabled()).toBe(true); 203 | expect(Utils.formatDate(await personalFiles.shareDialog.getExpireDate())).toEqual(Utils.formatDate(expiryDate)); 204 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:201:32
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L103
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user Error: ----- beforeAll failed : Error: {"error":{"errorKey":"Person 'user-wf8k9' already exists.","statusCode":409,"briefSummary":"11094614 Person 'user-wf8k9' 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":"635d739b-648b-4dd1-9d73-9b648bbdd1ec"}} 101 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 }); 102 | } catch (error) { > 103 | throw new Error(`----- beforeAll failed : ${error}`); | ^ 104 | } 105 | }); 106 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:103:13
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118: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-library3-1o6pp]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1o6pp]') 121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 122 | await libraryDialog.createButton.click(); > 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 124 | 125 | await myLibrariesPage.navigate(); 126 | 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:123:73
[Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L123
1) [Create Actions] › src/tests/create-library.e2e.ts:118: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-library3-1cxk3]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-1cxk3]') 121 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 122 | await libraryDialog.createButton.click(); > 123 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 124 | 125 | await myLibrariesPage.navigate(); 126 | 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:123:73
[Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L133
2) [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-c4nt2]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library3-c4nt2]') 131 | test('[C289880] Create a moderated library', async ({ myLibrariesPage }) => { 132 | await libraryDialog.createLibraryWithNameAndId(randomLibraryName, randomLibraryId, null, moderatedVisibility); > 133 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 134 | 135 | await myLibrariesPage.navigate(); 136 | await libraryTable.spinnerWaitForReload(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/create-actions/src/tests/create-library.e2e.ts:133:73
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-12 of 12 " 129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy(); 130 | items--; > 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 132 | await trashPage.navigate(); 133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy(); 134 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
[Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane: e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts#L1
1) [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane Error: {"error":{"errorKey":"Person 'user-j6tbn' already exists.","statusCode":409,"briefSummary":"11095383 Person 'user-j6tbn' 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":"c2c80351-2e68-43f0-8803-512e6873f072"}} 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)
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded: projects/aca-playwright-shared/src/page-objects/pages/base.page.ts#L79
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded Error: page.goto: Target page, context or browser has been closed at ../../../projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79 77 | ]); 78 | } else { > 79 | await this.page.goto(`./#/${this.pageUrl}${actualOptions.query}`, { | ^ 80 | waitUntil: actualOptions.waitUntil, 81 | timeout: 60000 82 | }); at PersonalFilesPage.navigate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:79:23) at navigateAndOpenInfoDrawer (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:128:25) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:156:5
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
2) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L186
2) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'site1-13yrh' }) 184 | test('[C289343] Site description too long', async ({ myLibrariesPage }) => { 185 | await Utils.reloadPageIfRowNotVisible(myLibrariesPage, site.name); > 186 | await myLibrariesPage.dataTable.getRowByName(site.name).click(); | ^ 187 | await myLibrariesPage.acaHeader.viewDetails.click(); 188 | await expect(myLibrariesPage.libraryDetails.infoDrawerPanel).toBeVisible(); 189 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:186:61
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L66
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Error: locator.fill: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').nth(1) at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66 64 | await this.selectComparator(comparators, index); 65 | } > 66 | await this.valueField.nth(index).fill(value); | ^ 67 | } 68 | 69 | async addConditionGroup(fields: Partial<Field>, value: string, index: number, comparators?: Partial<Comparator>): Promise<void> { at ConditionComponent.addCondition (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts:153:5
[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#L204
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-1yn8d' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | 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:204: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
E2E Playwright - special-permissions
Timed out waiting 600s for the test suite to run
E2E Playwright - special-permissions
Timed out waiting 600s for the teardown for test suite to run
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } 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:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:73:7
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } 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:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:73:7
[special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } 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:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:73:7
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]: projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
2) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653] Error: Expected to contain Remove Favorite Edit Offline,Upload New Version,Favorite,Copy,Manage Versions,Edit Aspects,Permissions expect(received).toBe(expected) // Object.is equality Expected: true Received: false at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72 70 | ); 71 | for (const action of expectedToolbarMore) { > 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true); | ^ 73 | } 74 | } 75 | } 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:72:104) at checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:93:7
[special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
E2E Playwright - special-permissions
Process completed with exit code 1.
E2E Playwright - list-views
Timed out waiting 600s for the test suite to run
E2E Playwright - list-views
Timed out waiting 600s for the teardown for test suite to run
[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#L43
1) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site "beforeAll" hook timeout of 150000ms exceeded. 41 | const file4User = `file4-${Utils.random()}.txt`; 42 | > 43 | test.beforeAll(async () => { | ^ 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); 46 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/shared-files.e2e.ts:43:8
[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
1) [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files: e2e/playwright/list-views/src/tests/permissions.e2e.ts#L1
2) [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files Error: {"error":{"errorKey":"Person 'userPermissions-358fs' already exists.","statusCode":409,"briefSummary":"11095477 Person 'userPermissions-358fs' 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":"bf4b854a-840b-4e72-8b85-4a840bde72bd"}} 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/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar: e2e/playwright/list-views/src/tests/personal-files.e2e.ts#L1
3) [List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar Test timeout of 85000ms exceeded.
[List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
3) [List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'user-folder-4j8yd' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | 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:204:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.e2e.ts:68:37
[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
4) [List Views] › src/tests/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder Error: {"error":{"errorKey":"Person 'user-z2jrp' already exists.","statusCode":409,"briefSummary":"11095657 Person 'user-z2jrp' 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":"f1c6731d-5430-4300-8673-1d5430b30010"}} 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:102:7 › Shared Files › [C213118] unshared file is not displayed: e2e/playwright/list-views/src/tests/shared-files.e2e.ts#L43
5) [List Views] › src/tests/shared-files.e2e.ts:102:7 › Shared Files › [C213118] unshared file is not displayed "beforeAll" hook timeout of 150000ms exceeded. 41 | const file4User = `file4-${Utils.random()}.txt`; 42 | > 43 | test.beforeAll(async () => { | ^ 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); 46 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/shared-files.e2e.ts:43:8
[List Views] › src/tests/sort-list.e2e.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.e2e.ts#L1
6) [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app Test was interrupted.
E2E Playwright - library-actions
Timed out waiting 600s for the test suite to run
E2E Playwright - library-actions
Timed out waiting 600s for the teardown for test suite to run
[Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
1) [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries "afterAll" hook timeout of 85000ms exceeded. 143 | }); 144 | > 145 | test.afterAll(async () => { | ^ 146 | try { 147 | await adminSitesApi.deleteSites(adminLibraryIds); 148 | await adminSitesApi.deleteSites(adminModerateLibraryIds); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
[Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
2) [Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results "afterAll" hook timeout of 85000ms exceeded. 143 | }); 144 | > 145 | test.afterAll(async () => { | ^ 146 | try { 147 | await adminSitesApi.deleteSites(adminLibraryIds); 148 | await adminSitesApi.deleteSites(adminModerateLibraryIds); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
[Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L404
3) [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U2-library-1luum' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U2-library-1luum' }) 402 | await searchPage.searchOverlay.searchLibrariesOption.click(); 403 | await searchPage.searchOverlay.searchFor(user2Library4); > 404 | await expect(libraryTable.getRowByName(user2Library4)).toBeVisible(); | ^ 405 | await searchPage.reload({ waitUntil: domContentLoadedString }); 406 | await libraryTable.getRowByName(user2Library4).click(); 407 | await searchPage.page.waitForTimeout(1000); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:404:62
[Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L145
3) [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results "afterAll" hook timeout of 85000ms exceeded. 143 | }); 144 | > 145 | test.afterAll(async () => { | ^ 146 | try { 147 | await adminSitesApi.deleteSites(adminLibraryIds); 148 | await adminSitesApi.deleteSites(adminModerateLibraryIds); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:145:8
[Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L404
3) [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U2-library-1sota' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U2-library-1sota' }) 402 | await searchPage.searchOverlay.searchLibrariesOption.click(); 403 | await searchPage.searchOverlay.searchFor(user2Library4); > 404 | await expect(libraryTable.getRowByName(user2Library4)).toBeVisible(); | ^ 405 | await searchPage.reload({ waitUntil: domContentLoadedString }); 406 | await libraryTable.getRowByName(user2Library4).click(); 407 | await searchPage.page.waitForTimeout(1000); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:404:62
[Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
3) [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
E2E Playwright - search
Timed out waiting 600s for the test suite to run
E2E Playwright - search
Timed out waiting 600s for the teardown for test suite to run
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts#L1
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Test timeout of 85000ms exceeded.
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'test-file-1vhvw.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291 289 | 290 | async clickItemLocation(name: string): Promise<void> { > 291 | await this.getItemLocationEl(name).click(); | ^ 292 | } 293 | 294 | 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:291:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts:70:32
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts#L1
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'test-file-dkjt3.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291 289 | 290 | async clickItemLocation(name: string): Promise<void> { > 291 | await this.getItemLocationEl(name).click(); | ^ 292 | } 293 | 294 | 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:291:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts:70:32
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts#L1
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
1) [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'test-file-1ran8.txt' }).locator('.aca-location-link') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:291 289 | 290 | async clickItemLocation(name: string): Promise<void> { > 291 | await this.getItemLocationEl(name).click(); | ^ 292 | } 293 | 294 | 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:291:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-files-folders.e2e.ts:70:32
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match: e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match "beforeAll" hook timeout of 85000ms exceeded. 103 | }); 104 | > 105 | test.beforeAll(async () => { | ^ 106 | try { 107 | const apiClientFactory = new ApiClientFactory(); 108 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
[Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match: e2e/playwright/search/src/tests/search-results-libraries.e2e.ts#L105
2) [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 85000ms exceeded. 103 | }); 104 | > 105 | test.beforeAll(async () => { | ^ 106 | try { 107 | const apiClientFactory = new ApiClientFactory(); 108 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-libraries.e2e.ts:105:8
Finalize
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 23.4s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 18.6s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 30.7s
Slow Test: [Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 19.5s
Finalize
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
6 passed (22.2s)
🎭 Playwright Run Summary
11 passed (1.4m)
🎭 Playwright Run Summary
9 passed (1.6m)
🎭 Playwright Run Summary
16 passed (1.8m)
🎭 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
11 passed (3.1m)
🎭 Playwright Run Summary
2 flaky [Share Action] › src/tests/share/share-file.e2e.ts:197:11 › Share a file › when logged in › from Personal Files › [C286337] Expire date is displayed correctly [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:193:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 13 passed (3.1m)
🎭 Playwright Run Summary
2 flaky [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library [Create Actions] › src/tests/create-library.e2e.ts:131:9 › Create Libraries › On My Libraries dataTable › [C289880] Create a moderated library 18 passed (3.4m)
🎭 Playwright Run Summary
1 flaky [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification 22 passed (4.0m)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer-file-types.e2e.ts:149:7 › viewer file types › [XAT-5486] User can close the thumbnail pane 33 passed (4.2m)
🎭 Playwright Run Summary
2 flaky [Info Drawer] › src/tests/file-folder-properties.e2e.ts:155:7 › Info Drawer - File Folder Properties › [XAT-17238] State for no tags and categories - accordion expanded [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long 23 passed (4.7m)
🎭 Playwright Run Summary
1 flaky [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions 23 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.9m)
🎭 Playwright Run Summary
2 failed [special-permissions] › src/tests/other-permissions.ts:71:9 › Special permissions : › Collaborator › available actions : › on Shared Files - [C297651] [special-permissions] › src/tests/other-permissions.ts:91:9 › Special permissions : › Collaborator › available actions : › on Search Results - [C297653] 62 passed (10.0m)
🎭 Playwright Run Summary
1 failed [List Views] › src/tests/shared-files.e2e.ts:118:7 › Shared Files › [C280491] Location column redirect - file in site 2 interrupted [List Views] › src/tests/sort-list.e2e.ts:125:7 › Remember sorting › [C261136] Sort order is retained when navigating to another part of the app [List Views] › src/tests/sort-list.e2e.ts:169:7 › Remember sorting › [C261147] Sort order is retained when user changes the page from pagination 4 flaky [List Views] › src/tests/permissions.e2e.ts:181:9 › Special permissions › Location column is empty if user doesn't have permissions on the file's parent folder › [C213668] on Shared Files [List Views] › src/tests/personal-files.e2e.ts:67:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar [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:102:7 › Shared Files › [C213118] unshared file is not displayed 10 did not run 51 passed (10.0m)
🎭 Playwright Run Summary
3 failed [Library Actions] › src/tests/library-actions.e2e.ts:253:9 › Library actions › Favorite Libraries page › [C290105] Join a public library from Favorite Libraries [Library Actions] › src/tests/library-actions.e2e.ts:347:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results [Library Actions] › src/tests/library-actions.e2e.ts:396:9 › Library actions › Search Page › [C306964] Remove library from favorites from Search Results 1 did not run 15 passed (10.0m)
🎭 Playwright Run Summary
4 failed [Search] › src/tests/search-results-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home [Search] › src/tests/search-results-libraries.e2e.ts:142:7 › Search Results - General › [C290012] Search library - full name match [Search] › src/tests/search-results-libraries.e2e.ts:161:7 › Search Results - General › [C290014] Search library - description match [Search] › src/tests/search-results-libraries.e2e.ts:179:7 › Search Results - General › [C290017] Library visibility is correctly displayed 5 flaky [Search] › src/tests/search-filters-location.e2e.ts:82:7 › Search - Filters - Location › [C279231] Filter by location - folders [Search] › src/tests/search-filters-logic.e2e.ts:146:7 › Search - Filters - Logic › [C699504] Filter with all options [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term 11 did not run 29 passed (10.0m)