[ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text #4349
pull-request.yml
on: pull_request
Annotations
10 errors, 7 warnings, and 17 notices
[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-cxngg' already exists.","statusCode":409,"briefSummary":"01070025 Person 'user-cxngg' 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":"f378e2ac-fbcb-4f48-b8e2-acfbcbdf48f3"}}
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)
|
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries:
e2e/playwright/navigation/src/tests/single-click.e2e.ts#L1
1) [Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: {"error":{"errorKey":"Person 'user-msmdh' already exists.","statusCode":409,"briefSummary":"01070024 Person 'user-msmdh' 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":"d0b3d866-c995-48e6-b3d8-66c99528e6a8"}}
at Request.callback (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:875:17)
at fn (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/index.js:1165:18)
at IncomingMessage.<anonymous> (/home/runner/work/alfresco-content-app/alfresco-content-app/node_modules/superagent/src/node/parsers/json.js:19:7)
|
[Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type:
e2e/playwright/search/src/tests/search-filters-properties.e2e.ts#L92
1) [Search] › src/tests/search-filters-properties.e2e.ts:87:7 › Search - Filters - Properties › [C699047] Filter by type
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('adf-datatable adf-datatable-row').filter({ hasText: 'etk2e-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: 'etk2e-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:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results:
e2e/playwright/search/src/tests/search-highlighting.e2e.ts#L71
2) [Search] › src/tests/search-highlighting.e2e.ts:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results
Error: expect(received).toBeTruthy()
Received: false
69 | test('[XAT-17120] Matching phrases should be highlighted in the file description for search results', async ({ searchPage }) => {
70 | await searchPage.searchWithin(fileDescription, 'files');
> 71 | expect(await searchPage.dataTable.hasHighlightedText('description')).toBeTruthy();
| ^
72 | expect(await searchPage.dataTable.hasHighlightedText('name')).toBeFalsy();
73 | });
74 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-highlighting.e2e.ts:71:74
|
[Search] › src/tests/search-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance:
e2e/playwright/search/src/tests/search-sorting.e2e.ts#L112
3) [Search] › src/tests/search-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance
Error: expect(received).toContain(expected) // indexOf
Expected substring: "search-sort-v9ru2-file-1.jpg"
Received string: " Select file search-sort-v9ru2-file-2.pdf ( search sort title )search-sort-${random}-fileCompany Home › User Homes › user1-v9ru2 › parent-search-v9ru22.96 KB less than a minute ago user2-v9ru2 user2-v9ru2 View 0 more "
110 | await searchPage.searchWithin(`*${random}*`, 'files');
111 | await searchPage.searchSortingPicker.sortBy(sortBy, sortOrder);
> 112 | expect(await searchPage.dataTable.getNthRow(0).textContent()).toContain(expectedFirstFile);
| ^
113 | expect(await searchPage.dataTable.getNthRow(1).textContent()).toContain(expectedSecondFile);
114 | }
115 |
at testSearchSorting (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:112:67)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/search/src/tests/search-sorting.e2e.ts:137:5
|
[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-15x2e' })
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
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L1
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node
Test timeout of 85000ms exceeded.
|
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node:
e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts#L197
1) [Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node
Error: locator.click: Test timeout of 85000ms exceeded.
Call log:
- waiting for locator('adf-info-drawer adf-tags-creator').locator('mat-chip').locator('.adf-dynamic-chip-list-delete-icon').first()
195 | await expect(personalFiles.infoDrawer.tagsChipsXButton.first()).toBeHidden();
196 | await personalFiles.infoDrawer.tagsAccordionPenButton.click();
> 197 | await personalFiles.infoDrawer.tagsChipsXButton.first().click();
| ^
198 | await personalFiles.infoDrawer.tagsAccordionConfirmButton.click();
199 | await expect(personalFiles.infoDrawer.tagsChips.first()).toBeHidden();
200 | await expect(personalFiles.infoDrawer.tagsAccordion).toContainText(noTagsText);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/file-folder-properties.e2e.ts:197:61
|
[Info Drawer] › src/tests/library-properties.e2e.ts:203:7 › Library properties › [C289343] Site description too long:
e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts#L31
2) [Info Drawer] › src/tests/library-properties.e2e.ts:203:7 › Library properties › [C289343] Site description too long
Error: Timeout 10000ms exceeded while waiting on the predicate
29 | await expect(async () => {
30 | expect(await queriesApi.waitForSites(siteName, { expect: 1 })).toEqual(1);
> 31 | }).toPass({
| ^
32 | intervals: [1_000],
33 | timeout: 10_000
34 | });
at expectSiteToBeDefined (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:31:6)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/info-drawer/src/tests/library-properties.e2e.ts:204:11
|
Slow Test:
[Authentication] › src/tests/general.e2e.ts#L1
[Authentication] › src/tests/general.e2e.ts took 16.3s
|
Slow Test:
[Navigation] › src/tests/breadcrumb-admin.e2e.ts#L1
[Navigation] › src/tests/breadcrumb-admin.e2e.ts took 16.6s
|
Slow Test:
[Viewer] › src/tests/viewer-useraction.e2e.ts#L1
[Viewer] › src/tests/viewer-useraction.e2e.ts took 30.8s
|
Slow Test:
[Search] › src/tests/search-filters-general.e2e.ts#L1
[Search] › src/tests/search-filters-general.e2e.ts took 38.2s
|
Slow Test:
[Search] › src/tests/search-filters-tags.e2e.ts#L1
[Search] › src/tests/search-filters-tags.e2e.ts took 21.9s
|
Slow Test:
[Info Drawer] › src/tests/general.e2e.ts#L1
[Info Drawer] › src/tests/general.e2e.ts took 21.7s
|
Slow Test:
[Info Drawer] › src/tests/file-preview.e2e.ts#L1
[Info Drawer] › src/tests/file-preview.e2e.ts took 16.5s
|
🎭 Playwright Run Summary
6 passed (26.3s)
|
🎭 Playwright Run Summary
9 passed (56.3s)
|
🎭 Playwright Run Summary
10 passed (1.1m)
|
🎭 Playwright Run Summary
20 passed (2.0m)
|
🎭 Playwright Run Summary
11 passed (1.9m)
|
🎭 Playwright Run Summary
15 passed (1.8m)
|
🎭 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 (2.8m)
|
🎭 Playwright Run Summary
19 passed (3.1m)
|
🎭 Playwright Run Summary
1 flaky
[Navigation] › src/tests/single-click.e2e.ts:83:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
15 passed (1.6m)
|
🎭 Playwright Run Summary
23 passed (3.4m)
|
🎭 Playwright Run Summary
24 passed (3.6m)
|
🎭 Playwright Run Summary
34 passed (4.9m)
|
🎭 Playwright Run Summary
64 passed (5.6m)
|
🎭 Playwright Run Summary
68 passed (5.8m)
|
🎭 Playwright Run Summary
3 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:69:7 › Search Highlighting › [XAT-17120] Matching phrases should be highlighted in the file description for search results
[Search] › src/tests/search-sorting.e2e.ts:136:7 › Search sorting › [C277727] Sort by Relevance
45 passed (6.3m)
|
🎭 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.5m)
|
🎭 Playwright Run Summary
2 flaky
[Info Drawer] › src/tests/file-folder-properties.e2e.ts:179:7 › Info Drawer - File Folder Properties › [XAT-17240] Remove a tag from a node
[Info Drawer] › src/tests/library-properties.e2e.ts:203:7 › Library properties › [C289343] Site description too long
23 passed (3.1m)
|