Skip to content

[ACS-6126] Fixed accessibility issue #1549

[ACS-6126] Fixed accessibility issue

[ACS-6126] Fixed accessibility issue #1549

Re-run triggered October 23, 2023 05:04
Status Failure
Total duration 1m 33s
Artifacts 19

pull-request.yml

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

Annotations

11 errors, 13 warnings, and 5 notices
[Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name Test timeout of 45000ms exceeded.
[Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L245
1) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name Error: locator.fill: Page closed =========================== logs =========================== waiting for locator('app-create-from-template-dialog label').filter({ hasText: 'Name *' }) locator resolved to <label for="mat-input-1" aria-owns="mat-input-1" ng-ref…>…</label> elementHandle.fill("a*a") waiting for element to be visible, enabled and editable element was detached from the DOM, retrying ============================================================ 243 | 244 | for (const specialFolderName of nameWithSpecialChars) { > 245 | await createFolderFromTemplateDialog.getDialogLabel(nameLabel).fill(specialFolderName); | ^ 246 | await createFolderFromTemplateDialog.page.keyboard.press(tabKeyString); 247 | await expect(createFolderFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(specialFolderName); 248 | expect at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:245:74
[Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name: e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name Pending operations: - locator.fill at e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:245:74
[Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description: e2e/playwright/actions/src/tests/create-library.spec.ts#L1
2) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Test timeout of 45000ms exceeded.
[Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs: e2e/playwright/actions/src/tests/create-library.spec.ts#L1
3) [Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs Test timeout of 45000ms exceeded.
[Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L205
3) [Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs Error: locator.click: Target closed =========================== logs =========================== waiting for locator('adf-pagination [aria-label="Next page button"]') locator resolved to <button disabled="true" mat-icon-button="" ng-reflect-di…>…</button> attempting click action waiting for element to be visible, enabled and stable element is not enabled - waiting... ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:205 203 | } 204 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).isEnabled(); > 205 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).click(); | ^ 206 | await this.spinnerWaitForReload(); 207 | } 208 | } at DataTableComponent.goThroughPagesLookingForRowWithName (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:205:88) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-library.spec.ts:245:5
[Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs: e2e/playwright/actions/src/tests/create-library.spec.ts#L1
3) [Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:205:88
[special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664]: projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
1) [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] TimeoutError: locator.waitFor: Timeout 5000ms exceeded. =========================== logs =========================== waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-1fmo7-docx.docx' }) to be visible ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47 45 | 46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> { > 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.medium }); | ^ 48 | await this.getCellLinkByName(name).dblclick(); 49 | await this.spinnerWaitForReload(); 50 | } at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40) at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:342:9
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]: projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts#L47
2) [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666] TimeoutError: locator.waitFor: Timeout 5000ms exceeded. =========================== logs =========================== waiting for locator('aca-page-layout .adf-datatable-row[role="row"]').filter({ hasText: 'file-132e7.txt' }) to be visible ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47 45 | 46 | async performDoubleClickFolderOrFileToOpen(name: string): Promise<void> { > 47 | await this.getCellLinkByName(name).waitFor({ state: 'visible', timeout: timeouts.medium }); | ^ 48 | await this.getCellLinkByName(name).dblclick(); 49 | await this.spinnerWaitForReload(); 50 | } at SearchInputComponent.performDoubleClickFolderOrFileToOpen (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/search/search-input.component.ts:47:40) at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:334:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:362:9
E2e test suites: Playwright (viewer, 3)
Process completed with exit code 1.
Finalize
Process completed with exit code 1.
lint: projects/aca-shared/rules/src/app.rules.ts#L181
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L310
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L319
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L332
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L379
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L398
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L592
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L596
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L602
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint: projects/aca-shared/rules/src/app.rules.ts#L629
Prefer using an optional chain expression instead, as it's more concise and easier to read
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 (folder-rules, 2)
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.
🎭 Playwright Run Summary
16 passed (2.2m)
🎭 Playwright Run Summary
3 flaky [Actions] › src/tests/create-folder-from-template.spec.ts:241:11 › Create folder from template › Personal Files page › Create from template dialog › [C325144] Special characters in folder name [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description [Actions] › src/tests/create-library.spec.ts:233:7 › Create Libraries › [C280030] Create 2 libraries with same name but different IDs 39 passed (8.0m)
🎭 Playwright Run Summary
3 passed (44.7s)
🎭 Playwright Run Summary
6 passed (51.7s)
🎭 Playwright Run Summary
2 flaky [special-permissions] › src/tests/viewer.ts:341:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File Office - [C326664] [special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666] 34 passed (8.6m)

Artifacts

Produced during runtime
Name Size
actions Expired
10.5 MB
actionsAvailableFilesFolders Expired
2.68 MB
actionsAvailableLibraries,actionsAvailableNewMenu Expired
2.12 MB
actionsAvailableSpecialPermissions Expired
2.39 MB
copyMoveActions Expired
2.16 MB
createActions Expired
2.18 MB
deleteActions Expired
2.14 MB
editActions,favoriteActions Expired
2.43 MB
folder-rules Expired
41.5 MB
libraryActions Expired
2.16 MB
listViews,navigation Expired
2.31 MB
navigation Expired
7.74 MB
pagination Expired
2.15 MB
search Expired
2.12 MB
shareActions Expired
2.27 MB
special-permissions Expired
11.5 MB
uploadDownloadActions Expired
2.14 MB
viewer Expired
42.4 KB
viewer,infoDrawer,extensions Expired
2.1 MB