Skip to content

[ACS-7466] [E2E] Added e2e tests for search highlighting #3482

[ACS-7466] [E2E] Added e2e tests for search highlighting

[ACS-7466] [E2E] Added e2e tests for search highlighting #3482

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Re-run triggered September 12, 2024 12:25
Status Failure
Total duration 13m 34s
Artifacts

pull-request.yml

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

Annotations

43 errors, 23 warnings, and 17 notices
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117: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-i53hy]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-i53hy]') 120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 121 | await libraryDialog.createButton.click(); > 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 123 | 124 | await myLibrariesPage.navigate(); 125 | 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:122:73
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117: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-1itpc]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-1itpc]') 120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 121 | await libraryDialog.createButton.click(); > 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 123 | 124 | await myLibrariesPage.navigate(); 125 | 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:122:73
[Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library: e2e/playwright/create-actions/src/tests/create-library.e2e.ts#L122
1) [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-izqff]') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-breadcrumb .adf-breadcrumb-item[title=playwright-library-izqff]') 120 | await expect(libraryDialog.getLabelText(libraryIdLabel)).toHaveValue(randomLibraryName); 121 | await libraryDialog.createButton.click(); > 122 | await expect(libraryBreadcrumb.getItemByTitle(randomLibraryName)).toBeVisible(); | ^ 123 | 124 | await myLibrariesPage.navigate(); 125 | 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:122:73
E2E Playwright - create-actions
Process completed with exit code 1.
[Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L180
1) [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-1ye81' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'copy-file-1ye81' }) 178 | 179 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${randomFolderName2Id}` }); > 180 | await expect(personalFiles.dataTable.getRowByName(copyFileName)).toBeVisible(); | ^ 181 | }); 182 | 183 | test('[XAT-890] Create a rule which adds multiple aspects when its ran', async ({ nodesPage, personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:180:70
[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 Error: expect(received).toContain(expected) // indexOf Expected substring: "file-docx" Received string: "navigate_before file4-xc64k.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: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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "file-docx" Received string: "navigate_before file4-195cm.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
E2E Playwright - viewer
Process completed with exit code 1.
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:115:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L67
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:115:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI "beforeAll" hook timeout of 150000ms exceeded. 65 | const apiClientFactory = new ApiClientFactory(); 66 | > 67 | test.beforeAll(async () => { | ^ 68 | try { 69 | test.setTimeout(timeouts.extendedTest); 70 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:67:8
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:115:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts#L67
1) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:115:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI "beforeAll" hook timeout of 150000ms exceeded. 65 | const apiClientFactory = new ApiClientFactory(); 66 | > 67 | test.beforeAll(async () => { | ^ 68 | try { 69 | test.setTimeout(timeouts.extendedTest); 70 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:67:8
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192: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#L67
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user "beforeAll" hook timeout of 150000ms exceeded. 65 | const apiClientFactory = new ApiClientFactory(); 66 | > 67 | test.beforeAll(async () => { | ^ 68 | try { 69 | test.setTimeout(timeouts.extendedTest); 70 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:67:8
[Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192: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#L67
2) [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user "beforeAll" hook timeout of 150000ms exceeded. 65 | const apiClientFactory = new ApiClientFactory(); 66 | > 67 | test.beforeAll(async () => { | ^ 68 | try { 69 | test.setTimeout(timeouts.extendedTest); 70 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.e2e.ts:67:8
[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
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
[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 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── 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
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L161
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content Error: expect(received).toEqual(expected) // deep equality Expected: " Showing 1--1 of -1 " Received: " Showing 1-12 of 12 " 159 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeFalsy(); 160 | items--; > 161 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `); | ^ 162 | await trashPage.navigate(); 163 | expect(await personalFiles.dataTable.isItemPresent(folder1)).toBeTruthy(); 164 | expect(await personalFiles.dataTable.isItemPresent(file1InFolder)).toBeFalsy(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:161:60
E2E Playwright - delete-actions
Process completed with exit code 1.
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
1) [Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files "beforeAll" hook timeout of 85000ms exceeded. 43 | }); 44 | > 45 | test.beforeAll(async () => { | ^ 46 | try { 47 | const apiClientFactory = new ApiClientFactory(); 48 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
[Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
1) [Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files "beforeAll" hook timeout of 85000ms exceeded. 43 | }); 44 | > 45 | test.beforeAll(async () => { | ^ 46 | try { 47 | const apiClientFactory = new ApiClientFactory(); 48 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
[Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
2) [Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders "beforeAll" hook timeout of 85000ms exceeded. 43 | }); 44 | > 45 | test.beforeAll(async () => { | ^ 46 | try { 47 | const apiClientFactory = new ApiClientFactory(); 48 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
[Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L45
2) [Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders "beforeAll" hook timeout of 85000ms exceeded. 43 | }); 44 | > 45 | test.beforeAll(async () => { | ^ 46 | try { 47 | const apiClientFactory = new ApiClientFactory(); 48 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:45:8
[Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude: e2e/playwright/search/src/tests/search-filters-logic.e2e.ts#L112
3) [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 110 | await searchPage.dataTable.progressBarWaitForReload(); 111 | > 112 | expect(await searchPage.dataTable.getRowsCount()).toBe(1); | ^ 113 | await expect(searchPage.dataTable.getRowByName(logicFile1.name)).toBeHidden(); 114 | await expect(searchPage.dataTable.getRowByName(logicFile2.name)).toBeVisible(); 115 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-logic.e2e.ts:112:55
[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
4) [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
[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
5) [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: '119xe-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: '119xe-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
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/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
1) [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
2) [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
3) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site: e2e/playwright/list-views/src/tests/favorites.e2e.ts#L42
3) [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site "beforeAll" hook timeout of 150000ms exceeded. 40 | const fileName4 = `file4-${Utils.random()}.txt`; 41 | > 42 | test.beforeAll(async () => { | ^ 43 | try { 44 | test.setTimeout(timeouts.extendedTest); 45 | const apiClientFactory = new ApiClientFactory(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/favorites.e2e.ts:42:8
[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
4) [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#L271
4) [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:271 269 | 270 | async getSortedColumnHeaderText(): Promise<string> { > 271 | return this.sortedColumnHeader.innerText(); | ^ 272 | } 273 | 274 | 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:271:36) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.e2e.ts:64:44
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:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L340
1) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-zlhug' }).locator('[title="Not a member"]') 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-A-library-zlhug' }).locator('[title="Not a member"]') 338 | await searchPage.navigate({ remoteUrl: `#/search-libraries;q=${adminLibrary2}` }); 339 | await searchPage.reload({ waitUntil: loadString }); > 340 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 341 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 342 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 343 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:340:96
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
1) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L340
1) [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-A-library-129ed' }).locator('[title="Not a member"]') 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-A-library-129ed' }).locator('[title="Not a member"]') 338 | await searchPage.navigate({ remoteUrl: `#/search-libraries;q=${adminLibrary2}` }); 339 | await searchPage.reload({ waitUntil: loadString }); > 340 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, notMemberString)).toBeVisible(); | ^ 341 | await libraryTable.performActionFromExpandableMenu(adminLibrary2, joinButton); 342 | await expect.soft(snackBar.getByMessageLocator(libraryJoinedMessage)).toBeVisible(); 343 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminLibrary2, consumerRole)).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.e2e.ts:340:96
[Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.e2e.ts#L1
2) [Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"08120948 The entity with id: playwright-Am-library-d91mu was not found","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":"9dcd9ca9-7272-4ab2-8d9c-a97272bab2d7"}} 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)
E2E Playwright - library-actions
Process completed with exit code 1.
Finalize
Process completed with exit code 1.
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/
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/
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 - 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 - 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 - 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/
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 23.5s
Slow Test: [Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 20.5s
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 - 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 - 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 - 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/
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 25.4s
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/
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 - 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 - 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/
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 - 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 - 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/
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/
🎭 Playwright Run Summary
5 passed (24.5s)
🎭 Playwright Run Summary
11 passed (1.3m)
🎭 Playwright Run Summary
9 passed (1.6m)
🎭 Playwright Run Summary
16 passed (2.1m)
🎭 Playwright Run Summary
18 passed (2.5m)
🎭 Playwright Run Summary
11 passed (3.5m)
🎭 Playwright Run Summary
29 passed (3.4m)
🎭 Playwright Run Summary
1 failed [Create Actions] › src/tests/create-library.e2e.ts:117:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library 19 passed (3.9m)
🎭 Playwright Run Summary
1 flaky [Folder Rules] › src/tests/create-rules.e2e.ts:158:7 › Folder Rules Actions › [XAT-889] Create a rule which runs when items are deleted or leave a folder 23 passed (4.4m)
🎭 Playwright Run Summary
1 failed [Viewer] › src/tests/viewer-action.e2e.ts:199:7 › viewer action file › [MNT-21058] Upload new version action when node is locked 26 passed (4.5m)
🎭 Playwright Run Summary
2 flaky [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:115:7 › Unshare a file from Search Results › [C306995] Unshare dialog UI [Share Action] › src/tests/share/unshare-file-search-results.e2e.ts:192:7 › Unshare a file from Search Results › [C306998] Consumer - on Search Results - file shared by other user 13 passed (4.7m)
🎭 Playwright Run Summary
1 failed [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 1 flaky [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content 21 passed (4.9m)
🎭 Playwright Run Summary
64 passed (6.0m)
🎭 Playwright Run Summary
23 passed (6.2m)
🎭 Playwright Run Summary
5 flaky [Search] › src/tests/search-filters-location.e2e.ts:69:7 › Search - Filters - Location › [C279231] Filter by location - files [Search] › src/tests/search-filters-location.e2e.ts:81:7 › Search - Filters - Location › [C279231] Filter by location - folders [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [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 44 passed (8.4m)
🎭 Playwright Run Summary
1 interrupted [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 6 flaky [List Views] › src/tests/favorites.e2e.ts:93:9 › Favorites Files › Regular user's Favorites files › [C280482] has the correct columns [List Views] › src/tests/favorites.e2e.ts:107:9 › Favorites Files › Regular user's Favorites files › [C213231] Location column displays the parent folder of the files [List Views] › src/tests/favorites.e2e.ts:129:9 › Favorites Files › Regular user's Favorites files › [C280485] Location column redirect - file in site [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 1 did not run 56 passed (10.0m)
🎭 Playwright Run Summary
1 failed [Library Actions] › src/tests/library-actions.e2e.ts:337:9 › Library actions › Search Page › [C306959] Join a public library from Search Results 1 flaky [Library Actions] › src/tests/library-actions.e2e.ts:260:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries 1 did not run 16 passed (10.0m)