Skip to content

AAE-28655 Testing datatable auto-scrolling #4033

AAE-28655 Testing datatable auto-scrolling

AAE-28655 Testing datatable auto-scrolling #4033

Triggered via pull request December 5, 2024 17:26
Status Failure
Total duration 19m 17s
Artifacts

pull-request.yml

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

Annotations

28 errors, 8 warnings, and 17 notices
[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-1cxle]') 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-1cxle]') 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-1q4yz]') 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-1q4yz]') 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
[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-1tcri' already exists.","statusCode":409,"briefSummary":"110523560 Person 'user-1tcri' 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":"a34ac9bd-baa5-4f32-8ac9-bdbaa53f3292"}} 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:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration: e2e/playwright/share-action/src/tests/share/share-file.e2e.ts#L217
1) [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration Error: expect(received).toBe(expected) // Object.is equality Expected: "" Received: "2025-12-05T17:35:00.409+0000" 215 | await page.waitForTimeout(timeouts.tiny); 216 | await personalFiles.shareDialog.clickClose(); > 217 | expect(await nodesApiAction.getNodeProperty(file7Id, 'qshare:expiryDate')).toBe(''); | ^ 218 | }); 219 | 220 | test('[C286335] Shared file URL is not changed when Share dialog is closed and opened again', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/share-file.e2e.ts:217:84
[Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages: e2e/playwright/pagination/src/tests/favorites.ts#L85
1) [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages Error: expect(received).toContain(expected) // indexOf Expected substring: "Showing 26-50 of 51" Received string: "Showing 1-25 of 51" 83 | await favoritePage.pagination.clickOnNextPage(); 84 | await favoritePage.dataTable.spinnerWaitForReload(); > 85 | expect(await favoritePage.pagination.getRange()).toContain('Showing 26-50 of 51'); | ^ 86 | await favoritePage.pagination.clickOnPreviousPage(); 87 | await favoritePage.dataTable.spinnerWaitForReload(); 88 | expect(await favoritePage.pagination.getRange()).toContain('Showing 1-25 of 51'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:85:56
[Folder Rules] › src/tests/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields: e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields: projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts#L86
1) [Folder Rules] › src/tests/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('.mat-mdc-select-panel .mdc-list-item__primary-text').filter({ hasText: 'Controls' }).first().first() at ../../../projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86 84 | async dropdownSelection(selectValue: string, locator: string, index: number): Promise<void> { 85 | await this.ruleActionLocator.nth(index).locator(locator).click(); > 86 | await this.getOptionLocator(selectValue).nth(0).click(); | ^ 87 | } 88 | 89 | async insertCheckInActionValues(checkInValue: string, index: number): Promise<void> { at ActionsDropdownComponent.dropdownSelection (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:86:53) at ActionsDropdownComponent.insertAddAspectActionValues (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:94:5) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/create-rules.e2e.ts:242:5
[Viewer] › src/tests/viewer-file-types.e2e.ts:115:7 › viewer file types › [XAT-17180] Document files are properly displayed in the viewer - PDF: e2e/playwright/viewer/src/tests/viewer-file-types.e2e.ts#L1
1) [Viewer] › src/tests/viewer-file-types.e2e.ts:115:7 › viewer file types › [XAT-17180] Document files are properly displayed in the viewer - PDF Error: {"error":{"errorKey":"Person 'user-kda5v' already exists.","statusCode":409,"briefSummary":"110524457 Person 'user-kda5v' 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":"3b3aca9a-62a3-42dc-baca-9a62a3a2dce8"}} 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)
[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:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file: e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file Error: expect(received).toContain(expected) // indexOf Expected substring: "1-0 of 0" Received string: "Showing 1-12 of 12" 204 | await personalFiles.dataTable.spinnerWaitForReload(); 205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy(); > 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`); | ^ 207 | }); 208 | 209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
[Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files: e2e/playwright/search/src/tests/search-filters-location.e2e.ts#L46
1) [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files "beforeAll" hook timeout of 85000ms exceeded. 44 | }); 45 | > 46 | test.beforeAll(async () => { | ^ 47 | try { 48 | const apiClientFactory = new ApiClientFactory(); 49 | await apiClientFactory.setUpAcaBackend('admin'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-location.e2e.ts:46: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
2) [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-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB: e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L74
3) [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'mq70u-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: 'mq70u-fileNameKb.pdf' }) 72 | 73 | await expect(searchPage.searchFilters.propertiesFilter).toContainText('Properties: At Most 1 MB'); > 74 | await expect(searchPage.dataTable.getRowByName(fileNamePdfKb)).toBeVisible(); | ^ 75 | await expect(searchPage.dataTable.getRowByName(fileNameJpgMb)).toBeHidden(); 76 | }); 77 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-filters-properties.e2e.ts:74:68
[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: e2e/playwright/search/src/tests/search-highlighting.e2e.ts#L77
4) [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 Error: expect(received).toBeTruthy() Received: false 75 | test('[XAT-17121] Matching phrases should be highlighted in the file content for search results', async ({ searchPage }) => { 76 | await searchPage.searchWithin(fileContent, 'files'); > 77 | expect(await searchPage.dataTable.hasHighlightedText('content')).toBeTruthy(); | ^ 78 | expect(await searchPage.dataTable.hasHighlightedText('name')).toBeFalsy(); 79 | }); 80 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-highlighting.e2e.ts:77:70
[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
5) [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
5) [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-1dty4.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-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term: e2e/playwright/search/src/tests/search-results-general.e2e.ts#L98
6) [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term Error: expect(received).toBeTruthy() Received: false 96 | await searchPage.searchWithin(file, 'filesAndFolders'); 97 | > 98 | expect(await searchPage.dataTable.isItemPresent(file)).toBeTruthy(); | ^ 99 | expect(await searchPage.dataTable.isItemPresent(folder)).toBeFalsy(); 100 | 101 | await searchPage.clickSearchButton(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-results-general.e2e.ts:98:60
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: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
1) [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/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns: e2e/playwright/list-views/src/tests/file-libraries.e2e.ts#L1
2) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns Test timeout of 85000ms exceeded.
[List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L267
2) [List Views] › src/tests/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns Error: locator.waitFor: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-datatable-row .adf-datatable-cell-header .adf-datatable-cell-value').first() at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267 265 | async getColumnHeaders(): Promise<Array<string>> { 266 | const columnNameLocator = this.columnHeaders; > 267 | await this.columnHeaders.nth(0).waitFor({ state: 'attached' }); | ^ 268 | return columnNameLocator.allTextContents(); 269 | } 270 | at DataTableComponent.getColumnHeaders (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:267:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/file-libraries.e2e.ts:145:68
[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
3) [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-6vkt6' already exists.","statusCode":409,"briefSummary":"110524693 Person 'userPermissions-6vkt6' 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":"19c75f29-0055-4ef2-875f-2900556ef215"}} 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/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-1sc8d' already exists.","statusCode":409,"briefSummary":"110525034 Person 'user-1sc8d' 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":"babc4b73-7cd0-4319-bc4b-737cd0531912"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
5) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Test timeout of 85000ms exceeded.
[List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L291
5) [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-wvb9m.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/list-views/src/tests/trash.e2e.ts:103:33
[List Views] › src/tests/trash.e2e.ts:108:9 › Trash › Regular user's personal files › [C280497] Location column redirect - file in site: e2e/playwright/list-views/src/tests/trash.e2e.ts#L1
6) [List Views] › src/tests/trash.e2e.ts:108:9 › Trash › Regular user's personal files › [C280497] Location column redirect - file in site Test was interrupted.
Finalize
Process completed with exit code 1.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
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: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 19.4s
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 21.6s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 30.4s
Slow Test: [Search] › src/tests/search-input.e2e.ts#L1
[Search] › src/tests/search-input.e2e.ts took 17.9s
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 (26.4s)
🎭 Playwright Run Summary
11 passed (1.2m)
🎭 Playwright Run Summary
9 passed (1.5m)
🎭 Playwright Run Summary
16 passed (1.8m)
🎭 Playwright Run Summary
1 flaky [Create Actions] › src/tests/create-library.e2e.ts:118:9 › Create Libraries › On My Libraries dataTable › [C280025] Create a public library 19 passed (3.0m)
🎭 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
25 passed (3.0m)
🎭 Playwright Run Summary
1 flaky [Share Action] › src/tests/share/share-file.e2e.ts:206:11 › Share a file › when logged in › from Personal Files › [C286333] Disable the share link expiration 14 passed (3.4m)
🎭 Playwright Run Summary
1 flaky [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages 10 passed (3.9m)
🎭 Playwright Run Summary
1 flaky [Folder Rules] › src/tests/create-rules.e2e.ts:237:7 › Folder Rules Actions › [XAT-894] Create rule with filled required fields and empty optional fields 23 passed (4.1m)
🎭 Playwright Run Summary
1 flaky [Viewer] › src/tests/viewer-file-types.e2e.ts:115:7 › viewer file types › [XAT-17180] Document files are properly displayed in the viewer - PDF 33 passed (4.7m)
🎭 Playwright Run Summary
2 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 [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file 21 passed (4.7m)
🎭 Playwright Run Summary
23 passed (5.3m)
🎭 Playwright Run Summary
64 passed (5.7m)
🎭 Playwright Run Summary
19 passed (6.5m)
🎭 Playwright Run Summary
6 flaky [Search] › src/tests/search-filters-location.e2e.ts:70:7 › Search - Filters - Location › [C279231] Filter by location - files [Search] › src/tests/search-filters-logic.e2e.ts:103:7 › Search - Filters - Logic › [C699502] Filter with Exclude [Search] › src/tests/search-filters-properties.e2e.ts:69:7 › Search - Filters - Properties › [C699046-2] Filter by size - At most 1MB [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-files-folders.e2e.ts:63:7 › Search results - files and folders › [C279177] Location column redirect - file in user Home [Search] › src/tests/search-results-general.e2e.ts:95:7 › Search Results - General › [C279162] Results are updated automatically when changing the search term 43 passed (7.3m)
🎭 Playwright Run Summary
1 interrupted [List Views] › src/tests/trash.e2e.ts:108:9 › Trash › Regular user's personal files › [C280497] Location column redirect - file in site 5 flaky [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/file-libraries.e2e.ts:143:9 › File Libraries › Favorite Libraries › [C289893] has the correct columns [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/recent-files.e2e.ts:100:7 › Recent Files › [C280486] Location column redirect - file in folder [List Views] › src/tests/trash.e2e.ts:102:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder 62 passed (10.0m)