Skip to content

[ACS-5133] view details button is inactive in expanded view #2095

[ACS-5133] view details button is inactive in expanded view

[ACS-5133] view details button is inactive in expanded view #2095

Status Success
Total duration 10m 50s
Artifacts 11

pull-request.yml

on: pull_request
Matrix: unit-tests
Matrix: E2e test suites: Playwright
Matrix: e2es
Finalize
6s
Finalize
Fit to window
Zoom out
Zoom in

Annotations

16 errors, 17 warnings, and 11 notices
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions: e2e/playwright/folder-rules/src/tests/actions.spec.ts#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-v3xstg' }) 69 | await nodesPage.manageRulesDialog.createRuleButton.click(); 70 | > 71 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible(); | ^ 72 | }); 73 | }); 74 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/actions.spec.ts:71:76
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition: e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('.aca-manage-rules .aca-rule-list-item__header').filter({ hasText: 'playwright-rule-a9fn9c' }) 62 | await nodesPage.manageRulesDialog.createRuleButton.click(); 63 | > 64 | await expect.soft(nodesPage.manageRules.getGroupsList(randomRuleName)).toBeVisible(); | ^ 65 | }); 66 | }); 67 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:64:76
[Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages: e2e/playwright/pagination/src/tests/personal-files.ts#L83
1) [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] 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" 81 | await personalFiles.pagination.clickOnNextPage(); 82 | await personalFiles.dataTable.spinnerWaitForReload(); > 83 | expect(await personalFiles.pagination.getRange()).toContain('Showing 26-50 of 51'); | ^ 84 | await personalFiles.pagination.clickOnPreviousPage(); 85 | await personalFiles.dataTable.spinnerWaitForReload(); 86 | expect(await personalFiles.pagination.getRange()).toContain('Showing 1-25 of 51'); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:83:57
[Share Action] › src/tests/share/unshare-file-search-results.spec.ts:160:7 › Unshare a file from Search Results › [C306999] Unshare a file from the context menu: e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts#L176
1) [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:160:7 › Unshare a file from Search Results › [C306999] Unshare a file from the context menu Error: expect(received).toBe(expected) // Object.is equality Expected: false Received: true 174 | await personalFiles.viewer.waitForViewerToOpen(); 175 | expect(personalFiles.viewer.fileTitleButtonLocator).not.toEqual(file4); > 176 | expect(await nodesApiAction.isFileShared(file4Id)).toBe(false); | ^ 177 | }); 178 | 179 | test('[C306998] Consumer - on Search Results - file shared by other user', async ({ personalFiles, searchPage, nodesApiAction }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/share-action/src/tests/share/unshare-file-search-results.spec.ts:176:56
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries "beforeAll" hook timeout of 150000ms exceeded. 90 | let user2SitesApi: SitesApi; 91 | > 92 | test.beforeAll(async () => { | ^ 93 | test.setTimeout(timeouts.extendedTest); 94 | const apiClientFactory = new ApiClientFactory(); 95 | const username1 = `user-${Utils.random()}`; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L195
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.soft.toBeVisible with timeout 5000ms - waiting for locator('adf-snackbar-content [data-automation-id=\'adf-snackbar-message-content\']').filter({ hasText: 'You have left the library' }).first() 193 | await expect.soft(confirmDialog.cancelButton).toBeVisible(); 194 | await confirmDialog.okButton.click(); > 195 | await expect.soft(snackBar.getByMessageLocator(leftMessage)).toBeVisible(); | ^ 196 | await expect(libraryTable.getRowByName(user1Library1)).not.toBeVisible(); 197 | }); 198 | at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:195:68
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L196
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Error: Timed out 5000ms waiting for expect(received).not.toBeVisible() Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-8jlgk' }) - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" - locator resolved to <adf-datatable-row role="row" tabindex="0" aria-selected="true" ng-…>…</adf-datatable-row> - unexpected value "visible" 194 | await confirmDialog.okButton.click(); 195 | await expect.soft(snackBar.getByMessageLocator(leftMessage)).toBeVisible(); > 196 | await expect(libraryTable.getRowByName(user1Library1)).not.toBeVisible(); | ^ 197 | }); 198 | 199 | test('[C290111] Cancel Leave Library', async () => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:196:66
[Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L188
1) [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'playwright-U1-library-v8ksm' }).locator('[title="Manager"]') 186 | 187 | test('[C290106] Leave a library from My Libraries', async () => { > 188 | await expect(libraryTable.getCellByColumnNameAndRowItem(user1Library1, managerRole)).toBeVisible(); | ^ 189 | await libraryTable.performActionFromExpandableMenu(user1Library1, leaveLibraryButton); 190 | await expect.soft(confirmDialog.getDialogTitle('Leave this library?')).toBeVisible(); 191 | await expect.soft(confirmDialog.getDialogContent('Leaving will remove your access.')).toBeVisible(); at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:188:92
[Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
2) [Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries "beforeAll" hook timeout of 150000ms exceeded. 90 | let user2SitesApi: SitesApi; 91 | > 92 | test.beforeAll(async () => { | ^ 93 | test.setTimeout(timeouts.extendedTest); 94 | const apiClientFactory = new ApiClientFactory(); 95 | const username1 = `user-${Utils.random()}`; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
[Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L1
2) [Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries Error: {"error":{"errorKey":"framework.exception.EntityNotFound","statusCode":404,"briefSummary":"00195885 The entity with id: playwright-Am-library-i7ipw 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"}} at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:901:17) at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1166:18) at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
3) [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results "beforeAll" hook timeout of 150000ms exceeded. 90 | let user2SitesApi: SitesApi; 91 | > 92 | test.beforeAll(async () => { | ^ 93 | test.setTimeout(timeouts.extendedTest); 94 | const apiClientFactory = new ApiClientFactory(); 95 | const username1 = `user-${Utils.random()}`; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
[Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results: e2e/playwright/library-actions/src/tests/library-actions.spec.ts#L92
3) [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 150000ms exceeded. 90 | let user2SitesApi: SitesApi; 91 | > 92 | test.beforeAll(async () => { | ^ 93 | test.setTimeout(timeouts.extendedTest); 94 | const apiClientFactory = new ApiClientFactory(); 95 | const username1 = `user-${Utils.random()}`; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/library-actions/src/tests/library-actions.spec.ts:92:8
[List Views] › src/tests/permissions.spec.ts:96:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files: e2e/playwright/list-views/src/tests/permissions.spec.ts#L101
1) [List Views] › src/tests/permissions.spec.ts:96:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files Error: Items are still displayed Expected: true Received: false 99 | await siteApiAdmin.deleteSiteMember(sitePrivate, username); 100 | await recentFilesPage.reload(); > 101 | expect(await recentFilesPage.dataTable.isEmpty(), 'Items are still displayed').toBe(true); | ^ 102 | }); 103 | 104 | test('[C213227] on Favorites', async ({ favoritePage }) => { at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/permissions.spec.ts:101:86
[List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar: e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar Test timeout of 45000ms exceeded.
[List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L183
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar Error: locator.click: Page closed =========================== logs =========================== waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'user-folder-1onu0' }) ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183 181 | */ 182 | async performClickFolderOrFileToOpen(name: string): Promise<void> { > 183 | await this.getCellLinkByName(name).click(); | ^ 184 | await this.spinnerWaitForReload(); 185 | } 186 | 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:183:40) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/personal-files.spec.ts:72:37
[List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar: e2e/playwright/list-views/src/tests/personal-files.spec.ts#L1
2) [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:183:40
lint: app/src/main.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L133
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L287
Promise returned in function argument where a void return was expected
E2e test suites: Playwright (create-actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. No artifacts will be uploaded.
E2e test suites: Playwright (viewer, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (navigation, 5)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (special-permissions, 6)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: Playwright (copy-move-actions, 10)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
🎭 Playwright Run Summary
64 passed (5.8m)
🎭 Playwright Run Summary
23 passed (3.2m)
🎭 Playwright Run Summary
5 passed (24.7s)
🎭 Playwright Run Summary
16 passed (1.7m)
🎭 Playwright Run Summary
2 flaky [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition 1 passed (1.1m)
🎭 Playwright Run Summary
1 flaky [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages 10 passed (4.2m)
🎭 Playwright Run Summary
64 passed (6.2m)
🎭 Playwright Run Summary
1 flaky [Share Action] › src/tests/share/unshare-file-search-results.spec.ts:160:7 › Unshare a file from Search Results › [C306999] Unshare a file from the context menu 14 passed (4.8m)
🎭 Playwright Run Summary
3 flaky [Library Actions] › src/tests/library-actions.spec.ts:187:9 › Library actions › My Libraries page › [C290106] Leave a library from My Libraries [Library Actions] › src/tests/library-actions.spec.ts:271:9 › Library actions › Favorite Libraries page › [C290109] Join a moderated library from Favorite Libraries [Library Actions] › src/tests/library-actions.spec.ts:368:9 › Library actions › Search Page › [C306961] Leave a library from Search Results 16 passed (8.9m)
🎭 Playwright Run Summary
23 passed (5.1m)
🎭 Playwright Run Summary
2 flaky [List Views] › src/tests/permissions.spec.ts:96:9 › Special permissions › file not displayed if user no longer has permissions on it › [C213173] on Recent Files [List Views] › src/tests/personal-files.spec.ts:71:9 › Personal Files › Regular user's personal files › [C213245] redirects to Personal Files on clicking the link from sidebar 57 passed (7.2m)

Artifacts

Produced during runtime
Name Size
deleteActions Expired
2.14 MB
editActions,favoriteActions Expired
2.13 MB
folder-rules Expired
14.4 MB
library-actions Expired
6.57 MB
list-views Expired
3.94 MB
listViews Expired
2.12 MB
pagination Expired
3.63 MB
search Expired
2.1 MB
share-action Expired
3.93 MB
uploadDownloadActions Expired
2.12 MB
viewer,infoDrawer Expired
2.1 MB