Skip to content

[MNT-24660] version list action cannot be disabled using app conf #3727

[MNT-24660] version list action cannot be disabled using app conf

[MNT-24660] version list action cannot be disabled using app conf #3727

Triggered via pull request October 21, 2024 20:54
Status Success
Total duration 15m 51s
Artifacts

pull-request.yml

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

Annotations

18 errors, 3 warnings, and 17 notices
[Pagination] › src/tests/favorites.ts:47:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items: e2e/playwright/pagination/src/tests/favorites.ts#L65
1) [Pagination] › src/tests/favorites.ts:47:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items Error: expect(received).toContain(expected) // indexOf Expected substring: "of 1" Received string: "of 2" 63 | await favoritePage.pagination.clickMenuItem('100'); 64 | expect(await favoritePage.pagination.getMaxItems()).toContain('100'); > 65 | expect(await favoritePage.pagination.getTotalPages()).toContain('of 1'); | ^ 66 | 67 | await favoritePage.pagination.resetToDefaultPageSize(); 68 | }); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:65:61
[Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order: e2e/playwright/info-drawer/src/tests/comments.e2e.ts#L1
1) [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order Test timeout of 85000ms exceeded.
[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
[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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L1
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Test timeout of 85000ms exceeded.
[Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long: e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L186
3) [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'site1-12nqp' }) 184 | test('[C289343] Site description too long', async ({ myLibrariesPage }) => { 185 | await Utils.reloadPageIfRowNotVisible(myLibrariesPage, site.name); > 186 | await myLibrariesPage.dataTable.getRowByName(site.name).click(); | ^ 187 | await myLibrariesPage.acaHeader.viewDetails.click(); 188 | await expect(myLibrariesPage.libraryDetails.infoDrawerPanel).toBeVisible(); 189 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:186:61
[Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version: e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts#L186
1) [Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version Test timeout of 85000ms exceeded while running "beforeEach" hook. 184 | 185 | test.describe('on Search', () => { > 186 | test.beforeEach(async ({ loginPage, searchPage }) => { | ^ 187 | await Utils.tryLoginUser(loginPage, username, username, 'beforeEach failed'); 188 | await searchPage.navigate(); 189 | await searchPage.clickSearchButton(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:186:10
[Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version: projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts#L61
1) [Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version Error: locator.click: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-toolbar button[id="app.toolbar.more"]') at ../../../projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:61 59 | async clickMoreActions(): Promise<void> { 60 | await this.toolbarMoreActions.waitFor({ state: 'attached' }); > 61 | await this.toolbarMoreActions.click(); | ^ 62 | } 63 | 64 | async clickCreateFolderFromTemplate(): Promise<void> { at AcaHeader.clickMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/aca-header.component.ts:61:35) at viewFirstFileVersion (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:60:5) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/upload-download-actions/src/tests/version-actions.e2e.ts:191:7
[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
1) [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-11 of 11 " 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
[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-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: 'rpc1g-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: 'rpc1g-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
[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
2) [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
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts#L1
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Test timeout of 150000ms exceeded.
[Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L204
1) [Copy Move Actions] › src/tests/destination-picker-dialog.e2e.ts:89:7 › Copy Move actions › [C263877] Contributor user can select the folder as destination Error: locator.click: Test timeout of 150000ms exceeded. Call log: - waiting for locator('adf-datatable .adf-cell-value span[role="link"]').filter({ hasText: 'site-10e7u' }) at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204 202 | */ 203 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 204 | await this.getCellLinkByName(name).click(); | ^ 205 | await this.spinnerWaitForReload(); 206 | } 207 | at DataTableComponent.performClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:204:40) at copyContentInMyLibraries (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:76:37) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/destination-picker-dialog.e2e.ts:92:11
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L66
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Error: locator.fill: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').nth(1) at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66 64 | await this.selectComparator(comparators, index); 65 | } > 66 | await this.valueField.nth(index).fill(value); | ^ 67 | } 68 | 69 | async addConditionGroup(fields: Partial<Field>, value: string, index: number, comparators?: Partial<Comparator>): Promise<void> { at ConditionComponent.addCondition (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts:153:5
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts#L1
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 85000ms exceeded.
[Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L66
1) [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 85000ms exceeded. Call log: - waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').nth(1) at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66 64 | await this.selectComparator(comparators, index); 65 | } > 66 | await this.valueField.nth(index).fill(value); | ^ 67 | } 68 | 69 | async addConditionGroup(fields: Partial<Field>, value: string, index: number, comparators?: Partial<Comparator>): Promise<void> { at ConditionComponent.addCondition (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:66:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/update-rules.e2e.ts:153:5
Slow Test: [Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 22.6s
Slow Test: [Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.7s
Slow Test: [Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 29.7s
🎭 Playwright Run Summary
5 passed (21.8s)
🎭 Playwright Run Summary
11 passed (1.0m)
🎭 Playwright Run Summary
9 passed (1.1m)
🎭 Playwright Run Summary
16 passed (1.5m)
🎭 Playwright Run Summary
20 passed (1.7m)
🎭 Playwright Run Summary
15 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [Pagination] › src/tests/favorites.ts:47:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280115] current page menu items 10 passed (2.9m)
🎭 Playwright Run Summary
34 passed (3.5m)
🎭 Playwright Run Summary
3 flaky [Info Drawer] › src/tests/comments.e2e.ts:90:7 › Info Drawer - Comments › [C299189] from Shared Files - Comments are displayed ordered by created date in descending order [Info Drawer] › src/tests/file-preview.e2e.ts:68:7 › File preview › [C595967] Should preview document from the info drawer [Info Drawer] › src/tests/library-properties.e2e.ts:184:7 › Library properties › [C289343] Site description too long 15 passed (3.9m)
🎭 Playwright Run Summary
1 flaky [Upload Download Actions] › src/tests/version-actions.e2e.ts:194:9 › Version actions › on Search › [C586779] Should be possible to view a previous document version 28 passed (4.0m)
🎭 Playwright Run Summary
19 passed (4.2m)
🎭 Playwright Run Summary
2 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 [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.1m)
🎭 Playwright Run Summary
64 passed (5.3m)
🎭 Playwright Run Summary
68 passed (5.9m)
🎭 Playwright Run Summary
2 flaky [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type [Search] › src/tests/search-highlighting.e2e.ts:75:7 › Search Highlighting › [XAT-17121] Matching phrases should be highlighted in the file content for search results 47 passed (6.4m)
🎭 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.7m)
🎭 Playwright Run Summary
1 flaky [Folder Rules] › src/tests/update-rules.e2e.ts:148:7 › Rules - Manage Rules › [XAT-903] [XAT-904] Edit existing conditions 23 passed (6.9m)