Skip to content

GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-10699238652 JS-API:8.0.0-alpha.2-10699238652 using Tag:7.0.0-alpha.2-10699238652 #3427

GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-10699238652 JS-API:8.0.0-alpha.2-10699238652 using Tag:7.0.0-alpha.2-10699238652

GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-10699238652 JS-API:8.0.0-alpha.2-10699238652 using Tag:7.0.0-alpha.2-10699238652 #3427

Triggered via pull request September 3, 2024 12:09
Status Failure
Total duration 22m 50s
Artifacts

pull-request.yml

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

Annotations

44 errors, 25 warnings, and 17 notices
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190: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#L100
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190: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-4tchr' already exists.","statusCode":409,"briefSummary":"08031630 Person 'user-4tchr' 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":"9b4ae5ee-df0b-4526-8ae5-eedf0b9526b0"}} 98 | await filesAction.waitForNodes(`search-file-${searchRandom}`, { expect: 6 }); 99 | } catch (error) { > 100 | throw new Error(`----- beforeAll failed : ${error}`); | ^ 101 | } 102 | }); 103 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:100:13
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L213
1) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Error: 'Cancel Editing' button shouldn't be shown Timed out 5000ms waiting for expect(locator).toBeHidden() Locator: getByRole('menuitem', { name: 'Cancel Editing', exact: true }) Expected: hidden Received: visible Call log: - 'Cancel Editing' button shouldn't be shown with timeout 5000ms - waiting for getByRole('menuitem', { name: 'Cancel Editing', exact: true }) - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" - locator resolved to <button tabindex="0" role="menuitem" mat-menu-item="" aria-disabled="false" title="Cancel Editing" class="mat-mdc-menu-item mat-mdc-focus-indicator mdc-list-item">…</button> - unexpected value "visible" 211 | 212 | await personalFiles.acaHeader.clickViewerMoreActions(); > 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden(); | ^ 214 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Edit Offline'), `'Edit Offline' should be shown`).toBeVisible(); 215 | }); 216 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:213:131
[Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L210
1) [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "file-docx" Received string: "navigate_before file4-mjry6.docx navigate_next" 208 | 209 | await personalFiles.viewer.waitForViewerToOpen(); > 210 | expect(await personalFiles.viewer.fileTitleButtonLocator.innerText()).toContain(docxFile); | ^ 211 | 212 | await personalFiles.acaHeader.clickViewerMoreActions(); 213 | await expect(personalFiles.matMenu.getMenuItemFromHeaderMenu('Cancel Editing'), `'Cancel Editing' button shouldn't be shown`).toBeHidden(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:210:75
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Test timeout of 85000ms exceeded.
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L56
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: 'Personal Files' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:56 54 | await this.locationDropDown.click(); 55 | const optionLocator = this.getOptionLocator(location); > 56 | await optionLocator.click(); | ^ 57 | await optionLocator.waitFor({ state: 'detached' }); 58 | } 59 | at ContentNodeSelectorDialog.selectLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:56:25) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:225:5
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: e2e/playwright/viewer/src/tests/viewer-action.e2e.ts#L1
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files: projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts#L56
2) [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: 'Personal Files' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:56 54 | await this.locationDropDown.click(); 55 | const optionLocator = this.getOptionLocator(location); > 56 | await optionLocator.click(); | ^ 57 | await optionLocator.waitFor({ state: 'detached' }); 58 | } 59 | at ContentNodeSelectorDialog.selectLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/content-node-selector-dialog.ts:56:25) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.e2e.ts:225:5
[Viewer] › src/tests/viewer.e2e.ts:172:7 › viewer file › [C284634] Viewer opens for a file from Favorites: e2e/playwright/viewer/src/tests/viewer.e2e.ts#L1
3) [Viewer] › src/tests/viewer.e2e.ts:172:7 › viewer file › [C284634] Viewer opens for a file from Favorites Error: {"error":{"errorKey":"Person 'user-vgrx4' already exists.","statusCode":409,"briefSummary":"08031678 Person 'user-vgrx4' 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":"03178910-cfe9-468d-9789-10cfe9368d43"}} 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)
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L92
1) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'fv3ay-fileNameKb.pdf' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'fv3ay-fileNameKb.pdf' }) 90 | 91 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: pdf'); > 92 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 93 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 94 | }); 95 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:92:68
[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#L199
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-1lx3p' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:199 197 | */ 198 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 199 | await this.getCellLinkByName(name).click(); | ^ 200 | await this.spinnerWaitForReload(); 201 | } 202 | 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:199: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/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Test timeout of 85000ms exceeded.
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L275
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-60yhg.txt' }).locator('.aca-location-link').locator('a') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:275 273 | 274 | async getItemLocationText(name: string): Promise<string> { > 275 | await this.getItemLocationEl(name).locator('a').waitFor({ state: 'attached' }); | ^ 276 | return this.getItemLocationEl(name).innerText(); 277 | } 278 | at DataTableComponent.getItemLocationText (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:275:53) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.e2e.ts:93:40
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
1) [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[List Views] › src/tests/trash.e2e.ts:96:9 › Trash › Regular user's personal files › [C217144] Location column redirect - file in user Home: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
2) [List Views] › src/tests/trash.e2e.ts:96:9 › Trash › Regular user's personal files › [C217144] Location column redirect - file in user Home Error: <html>
[List Views] › src/tests/trash.e2e.ts:96:9 › Trash › Regular user's personal files › [C217144] Location column redirect - file in user Home: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
2) [List Views] › src/tests/trash.e2e.ts:96:9 › Trash › Regular user's personal files › [C217144] Location column redirect - file in user Home Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
E2E Playwright - list-views
Process completed with exit code 1.
[Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites: e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites Error: <html>
[Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites: e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites: e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer: e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts#L65
2) [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer Error: expect(received).toContain(expected) // indexOf Expected substring: "This is a small demonstration" Received string: "" 63 | await expect(pageLoaded).toBeVisible(); 64 | await expect(textLayerLoaded).toBeVisible(); > 65 | expect(await specificText).toContain(text); | ^ 66 | } 67 | 68 | test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => { at checkFileContent (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:65:32) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-preview.e2e.ts:76:5
E2E Playwright - info-drawer
Process completed with exit code 1.
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule Error: <html>
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule Error: <html>
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule: e2e/playwright/folder-rules/src/tests/delete-view-rules.e2e.ts#L1
2) [Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
3) [Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder: projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts#L38
3) [Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-toolbar [data-automation-id="manage-rules-create-button"]') at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts:38 36 | 37 | async clickCreateRuleButton(): Promise<void> { > 38 | await this.createRuleButton.click(); | ^ 39 | } 40 | 41 | async clickLinkRulesButton(): Promise<void> { at ToolbarComponent.clickCreateRuleButton (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/toolbar.component.ts:38:33) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:204:29
[Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
4) [Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog Error: <html>
[Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
4) [Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]: e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
1) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] Error: <html>
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
[special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654]: e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts#L1
2) [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: <html>
Finalize
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version 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/
lint
The following actions use a deprecated Node.js version 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - authentication
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - favorite-actions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - edit-actions
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
E2E Playwright - delete-actions
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 24.0s
E2E Playwright - viewer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 35.5s
Slow Test: [Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 20.3s
E2E Playwright - search
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [Info Drawer] › src/tests/file-folder-properties.e2e.ts#L1
[Info Drawer] › src/tests/file-folder-properties.e2e.ts took 34.9s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 20.3s
E2E Playwright - info-drawer
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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 use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
5 passed (21.2s)
🎭 Playwright Run Summary
9 passed (54.7s)
🎭 Playwright Run Summary
11 passed (1.0m)
🎭 Playwright Run Summary
16 passed (1.6m)
🎭 Playwright Run Summary
20 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:190:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 14 passed (2.0m)
🎭 Playwright Run Summary
11 passed (2.0m)
🎭 Playwright Run Summary
29 passed (2.6m)
🎭 Playwright Run Summary
23 passed (3.5m)
🎭 Playwright Run Summary
19 passed (3.9m)
🎭 Playwright Run Summary
3 flaky [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked [Viewer] › src/tests/viewer-action.e2e.ts:217:7 › viewer action file › [C286384] Copy action from Recent Files [Viewer] › src/tests/viewer.e2e.ts:172:7 › viewer file › [C284634] Viewer opens for a file from Favorites 24 passed (5.6m)
🎭 Playwright Run Summary
1 flaky [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type 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 (6.3m)
🎭 Playwright Run Summary
1 failed [List Views] › src/tests/trash.e2e.ts:92:9 › Trash › Regular user's personal files › [C280500] Location column is empty if parent folder no longer exists 1 flaky [List Views] › src/tests/trash.e2e.ts:96:9 › Trash › Regular user's personal files › [C217144] Location column redirect - file in user Home 62 passed (8.4m)
🎭 Playwright Run Summary
1 failed [Info Drawer] › src/tests/comments.e2e.ts:128:7 › Info Drawer - Comments › [C299196] Comment info display - File from Favorites 1 flaky [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer 16 passed (2.9m)
🎭 Playwright Run Summary
2 failed [Folder Rules] › src/tests/delete-view-rules.e2e.ts:78:7 › Rules - Manage Rules › [XAT-905] Delete a rule [Folder Rules] › src/tests/delete-view-rules.e2e.ts:94:7 › Rules - Manage Rules › [XAT-907] Cancel deleting a rule 3 flaky [Folder Rules] › src/tests/create-rules.e2e.ts:202:7 › Folder Rules Actions › [XAT-891] Prevent rule creation after clicking on cancel during selecting destination folder [Folder Rules] › src/tests/update-rules.e2e.ts:93:7 › Rules - Manage Rules › [XAT-898] Cancel updating rule dialog [Folder Rules] › src/tests/update-rules.e2e.ts:114:7 › Rules - Manage Rules › [XAT-900] Update a rule by removing existing aspects 2 did not run 17 passed (4.5m)
🎭 Playwright Run Summary
2 failed [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660] [special-permissions] › src/tests/other-permissions.ts:102:11 › Special permissions : › Collaborator › available actions : › available actions in the viewer : › file opened from File Libraries - [C297654] 1 flaky [special-permissions] › src/tests/viewer.ts:60:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from File Libraries › File Office, favorite - [C326623] 38 did not run 23 passed (6.1m)