GH Auto: Upstream dependencies ADF:6.4.0-6550080792 JS-API:7.1.0-1409 using Tag:6.4.0-6550080792 #1513
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull-request.yml
on: pull_request
Annotations
10 errors, 27 warnings, and 6 notices
[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
|
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
Test timeout of 45000ms exceeded.
|
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L232
1) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
Error: locator.clear: 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("")
waiting for element to be visible, enabled and editable
element was detached from the DOM, retrying
============================================================
230 | await expect(createFolderFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(templateFolder1);
231 |
> 232 | await createFolderFromTemplateDialog.getDialogLabel(nameLabel).clear();
| ^
233 | await createFolderFromTemplateDialog.page.keyboard.press(tabKeyString);
234 | await expect(createFolderFromTemplateDialog.getDialogLabel(nameLabel)).toHaveValue(emptyString);
235 | expect
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:232:72
|
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
1) [Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
Pending operations:
- locator.clear at e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:232:72
|
[Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
2) [Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
Test timeout of 45000ms exceeded.
|
[Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name:
projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts#L53
2) [Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for locator('app-create-from-template-dialog label').filter({ hasText: 'Title' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts:53
51 | async createNewFolderFromTemplate( nameInput: string, titleInput?: string, descriptionInput?: string): Promise<void> {
52 | await this.getDialogLabel('Name *').fill(nameInput);
> 53 | if (titleInput) { await this.getDialogLabel('Title').fill(titleInput); }
| ^
54 | if (descriptionInput) { await this.getDialogLabel('Description').fill(descriptionInput); }
55 | await this.createButton.click();
56 | }
at CreateFromTemplateDialogComponent.createNewFolderFromTemplate (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts:53:60)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts:391:7
|
[Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name:
e2e/playwright/actions/src/tests/create-folder-from-template.spec.ts#L1
2) [Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
Pending operations:
- locator.fill at projects/aca-playwright-shared/src/page-objects/components/dialogs/create-from-template-dialog-component.ts:53:60
|
[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
1) [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-1s4v8.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: search
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 (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.
|
E2e test suites: Playwright (navigation, 5)
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: actionsAvailableLibraries,actionsAvailableNewMenu
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: createActions
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: copyMoveActions
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: search
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: uploadDownloadActions
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: viewer,infoDrawer,extensions
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: actionsAvailableSpecialPermissions
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 passed (47.3s)
|
🎭 Playwright Run Summary
6 passed (48.5s)
|
🎭 Playwright Run Summary
16 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[Viewer] › src/tests/viewer.spec.ts:76:7 › viewer file › [C279271] Close the viewer ────────────
20 passed (4.2m)
|
🎭 Playwright Run Summary
2 flaky
[Actions] › src/tests/create-folder-from-template.spec.ts:229:11 › Create folder from template › Personal Files page › Create from template dialog › [C325143] Folder name is required
[Actions] › src/tests/create-folder-from-template.spec.ts:390:9 › Create folder from template › Folder created from template on Personal Files Libraries › [C325161] Create a folder from a template from library - with Name, Title and Description
40 passed (6.7m)
|
🎭 Playwright Run Summary
1 flaky
[special-permissions] › src/tests/viewer.ts:361:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Search Results › File simple - [C326666]
35 passed (6.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
6.61 MB |
|
special-permissions
Expired
|
2.47 MB |
|
viewer
Expired
|
4.69 KB |
|