Skip to content

GH Auto: Upstream dependencies ADF:6.4.0-6341205853 JS-API: using Tag:6.4.0-6341205853 #1403

GH Auto: Upstream dependencies ADF:6.4.0-6341205853 JS-API: using Tag:6.4.0-6341205853

GH Auto: Upstream dependencies ADF:6.4.0-6341205853 JS-API: using Tag:6.4.0-6341205853 #1403

Re-run triggered September 28, 2023 21:58
Status Success
Total duration 8m 7s
Artifacts 4

pull-request.yml

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

Annotations

17 errors, 25 warnings, and 5 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#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Test timeout of 45000ms exceeded.
[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: 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-edtfkg' }) 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/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions: e2e/playwright/folder-rules/src/tests/actions.spec.ts#L1
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/actions-dropdown.component.ts:106:75
[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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Test timeout of 45000ms exceeded.
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition: projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts#L64
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Error: locator.type: Target closed =========================== logs =========================== waiting for locator('aca-edit-rule-dialog [data-automation-id="value-input"]').nth(1) locator resolved to <input matinput="" type="text" id="mat-input-5" aria-in…/> elementHandle.type("!@£$%^&*()~#/") ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:64 62 | await this.selectField(fields, index); 63 | await this.selectComparator(comparators, index); > 64 | await this.valueField.nth(index).type(value); | ^ 65 | } 66 | 67 | async addConditionGroup(fields: Partial<Field>, comparators: Partial<Comparator>, value: string, index: number): 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:64:38) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:57:5
[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#L1
2) [Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:61:35
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ─────────── "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file: e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
2) [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file "beforeAll" hook timeout of 45000ms exceeded. 34 | let fileDocxId: string; 35 | > 36 | test.beforeAll(async ({ fileAction, shareAction, favoritesPageAction }) => { | ^ 37 | await apiClientFactory.setUpAcaBackend('***'); 38 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' }); 39 | folderId = node.entry.id; at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer.spec.ts:36:8
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh: e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh Test timeout of 45000ms exceeded.
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh: e2e/playwright/navigation/src/tests/sidebar.spec.ts#L1
1) [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh Pending operations: - page.reload at projects/aca-playwright-shared/src/page-objects/pages/base.page.ts:94:21
[Navigation] › src/tests/single-click.spec.ts:81: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.spec.ts#L1
2) [Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries Error: {"error":{"errorKey":"Duplicate child name not allowed: folder1-qc7mt","statusCode":409,"briefSummary":"08283609 Duplicate child name not allowed: folder1-qc7mt","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)
[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
1) [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:134:7 › Create Libraries › [C289882] Create a library with a given ID and description: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L191
1) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Error: locator.textContent: Page closed =========================== logs =========================== waiting for locator('adf-pagination .adf-pagination__current-page') ============================================================ at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:191 189 | } 190 | > 191 | if ((await this.pagination.currentPageLocator.textContent()) !== ' Page 1 ') { | ^ 192 | await this.pagination.navigateToPage(1); 193 | } 194 | 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:191:51) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-library.spec.ts:144:5
[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
1) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Pending operations: - locator.textContent at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:191:51
[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
1) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 45000ms exceeded.
[Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description: projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L201
1) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:201 199 | } 200 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).isEnabled(); > 201 | await this.pagination.getArrowLocatorFor(PaginationActionsType.NextPageSelector).click(); | ^ 202 | await this.spinnerWaitForReload(); 203 | } 204 | } 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:201:88) at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-library.spec.ts:144:5
[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
1) [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:201:88
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 (authentication, 4)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: viewer,infoDrawer,extensions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: listViews,navigation
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: search
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: pagination
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableLibraries,actionsAvailableNewMenu
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableFilesFolders
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: shareActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: createActions
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: test-results/. No artifacts will be uploaded.
E2e test suites: uploadDownloadActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: deleteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: libraryActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
E2e test suites: editActions,favoriteActions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
🎭 Playwright Run Summary
6 passed (36.2s)
🎭 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.5m)
🎭 Playwright Run Summary
2 flaky [Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ──────────── [Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file 20 passed (4.1m)
🎭 Playwright Run Summary
2 flaky [Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh [Navigation] › src/tests/single-click.spec.ts:81:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries 14 passed (3.2m)
🎭 Playwright Run Summary
1 flaky [Actions] › src/tests/create-library.spec.ts:134:7 › Create Libraries › [C289882] Create a library with a given ID and description 19 passed (4.3m)

Artifacts

Produced during runtime
Name Size
actions Expired
32.9 MB
folder-rules Expired
9.84 MB
navigation Expired
2.2 MB
viewer Expired
9.4 KB