GH Auto: Upstream dependencies ADF:6.4.0-6550080792 JS-API:7.1.0-1409 using Tag:6.4.0-6550080792 #1471
pull-request.yml
on: pull_request
Annotations
11 errors, 24 warnings, and 6 notices
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries:
e2e/playwright/viewer/src/tests/viewer-useraction.spec.ts#L1
1) [Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries
Test finished within timeout of 45000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
[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
1) [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:
e2e/playwright/folder-rules/src/tests/conditions.spec.ts#L1
1) [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/actions-dropdown.component.ts:77:49
|
[Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his password:
e2e/playwright/authentication/src/tests/login.spec.ts#L1
1) [Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his ***
Error: {"error":{"errorKey":"framework.exception.ApiDefault","statusCode":401,"briefSummary":"09093488 Authentication failed for Web Script org/alfresco/api/ResourceWebScript.put","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)
|
[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-1bg8v-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
|
[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.
|
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L193
1) [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file
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: 'file-in-root-1o4lj.txt' })
191 |
192 | test('[C325139] Next button is disabled when selecting a file', async () => {
> 193 | await expect(dataTable.getRowByName(fileInRootFolder)).toBeVisible();
| ^
194 | await expect(selectFolderTemplateDialog.actionButton).toBeDisabled();
195 |
196 | await dataTable.getRowByName(fileInRootFolder).click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:193:64
|
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L193
1) [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file
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: 'file-in-root-z80qp.txt' })
191 |
192 | test('[C325139] Next button is disabled when selecting a file', async () => {
> 193 | await expect(dataTable.getRowByName(fileInRootFolder)).toBeVisible();
| ^
194 | await expect(selectFolderTemplateDialog.actionButton).toBeDisabled();
195 |
196 | await dataTable.getRowByName(fileInRootFolder).click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:193:64
|
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L193
1) [Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: 'file-in-root-d63l3.txt' })
191 |
192 | test('[C325139] Next button is disabled when selecting a file', async () => {
> 193 | await expect(dataTable.getRowByName(fileInRootFolder)).toBeVisible();
| ^
194 | await expect(selectFolderTemplateDialog.actionButton).toBeDisabled();
195 |
196 | await dataTable.getRowByName(fileInRootFolder).click();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:193:64
|
E2e test suites: Playwright (actions, 1)
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: pagination
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: shareActions
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: viewer,infoDrawer,extensions
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: copyMoveActions
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: actionsAvailableLibraries,actionsAvailableNewMenu
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: editActions,favoriteActions
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: libraryActions
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.
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer-useraction.spec.ts:78:7 › from File Libraries › [C286371] Move action from File Libraries
20 passed (5.1m)
|
🎭 Playwright Run Summary
1 flaky
[Folder Rules] › src/tests/conditions.spec.ts:51:7 › Folder Rules Conditions › [C691638] Create a rule with condition
2 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
[Authentication] › src/tests/login.spec.ts:97:9 › viewer file › with valid credentials › [C213104] user is able to login after changing his ***
5 passed (1.1m)
|
🎭 Playwright Run Summary
1 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]
35 passed (7.3m)
|
🎭 Playwright Run Summary
1 flaky
[Navigation] › src/tests/sidebar.spec.ts:51:7 › Sidebar › [C269100] sidebar state is preserved on page refresh
15 passed (2.5m)
|
🎭 Playwright Run Summary
1 failed
[Actions] › src/tests/create-folder-from-template.spec.ts:192:11 › Create folder from template › Personal Files page › Select Template dialog › [C325139] Next button is disabled when selecting a file
41 passed (6.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
74 MB |
|
authentication
Expired
|
13.4 KB |
|
folder-rules
Expired
|
47.2 MB |
|
navigation
Expired
|
11.2 MB |
|
special-permissions
Expired
|
2.49 MB |
|
viewer
Expired
|
1.18 MB |
|