[ACS-5645] Property Panel Feature #1969
pull-request.yml
on: pull_request
Annotations
12 errors, 16 warnings, and 8 notices
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files:
e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
"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:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files:
e2e/playwright/viewer/src/tests/viewer.spec.ts#L36
1) [Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"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
|
[List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder:
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Test timeout of 45000ms exceeded.
|
[List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L268
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('adf-datatable adf-datatable-row').filter({ hasText: 'file-qc80g.txt' }).locator('.aca-location-link')
locator resolved to <aca-location-link class="aca-location-link adf-location-cell adf-d…>…</aca-location-link>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268
266 |
267 | async clickItemLocation(name: string): Promise<void> {
> 268 | await this.getItemLocationEl(name).click();
| ^
269 | }
270 |
271 | async getSortingOrder(): Promise<string> {
at DataTableComponent.clickItemLocation (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268:40)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/list-views/src/tests/trash.spec.ts:112:33
|
[List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder:
e2e/playwright/list-views/src/tests/trash.spec.ts#L1
1) [List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:268:40
|
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
1) [special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
Error: Expected to contain Favorite
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66
64 | );
65 | for (const action of expectedToolbarMore) {
> 66 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
67 | }
68 | }
69 | }
at MatMenuComponent.verifyActualMoreActions (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:66:104)
at checkMultipleSelActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:53:5)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/folders-actions.spec.ts:107:7
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Test timeout of 45000ms exceeded.
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts#L174
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Error: locator.click: Page closed
=========================== logs ===========================
waiting for locator('adf-datatable .adf-cell-value span').filter({ hasText: 'file-ekf66-shared.txt' })
============================================================
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:174
172 | */
173 | async performClickFolderOrFileToOpen(name: string): Promise<void> {
> 174 | await this.getCellLinkByName(name).click();
| ^
175 | await this.spinnerWaitForReload();
176 | }
177 |
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:174:40)
at checkViewerActions (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:255:36)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts:283:9
|
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]:
e2e/playwright/special-permissions-actions-available/src/tests/viewer.ts#L1
2) [special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
Pending operations:
- locator.click at projects/aca-playwright-shared/src/page-objects/components/dataTable/data-table.component.ts:174:40
|
E2e test suites: viewer,infoDrawer,extensions
Process completed with exit code 1.
|
Finalize
Process completed with exit code 1.
|
lint:
app/src/main.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L340
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/components/document-base-page/document-base-page.spec.ts#L359
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L132
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/src/lib/services/app.service.ts#L167
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L47
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L118
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L121
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
projects/aca-shared/store/src/effects/router.effects.ts#L143
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
E2e test suites: copyMoveActions
No files were found with the provided path: e2e-output/. 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 (folder-rules, 2)
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: Playwright (pagination, 7)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
5 passed (19.8s)
|
🎭 Playwright Run Summary
3 passed (25.7s)
|
🎭 Playwright Run Summary
16 passed (1.4m)
|
🎭 Playwright Run Summary
11 passed (2.2m)
|
🎭 Playwright Run Summary
2 flaky
[Viewer] › src/tests/viewer.spec.ts:56:7 › viewer file › [C279269] Viewer opens on double clicking on a file from Personal Files
[Viewer] › src/tests/viewer.spec.ts:108:7 › viewer file › [C279285] Viewer opens when accessing the preview URL for a file
19 passed (3.6m)
|
🎭 Playwright Run Summary
1 flaky
[List Views] › src/tests/trash.spec.ts:111:9 › Trash › Regular user's personal files › [C280496] Location column redirect - file in folder
36 passed (7.1m)
|
🎭 Playwright Run Summary
2 flaky
[special-permissions] › src/tests/folders-actions.spec.ts:102:9 › Folders - available actions : › on Personal Files : › multiple folders - [C280459]
[special-permissions] › src/tests/viewer.ts:282:11 › Special permissions : › Consumer › on Viewer › Consumer available actions : › file opened from Shared Files › File shared - [C326660]
62 passed (7.3m)
|
🎭 Playwright Run Summary
83 passed (9.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
list-views
Expired
|
2.11 MB |
|
listViews
Expired
|
2.14 MB |
|
search
Expired
|
2.1 MB |
|
shareActions
Expired
|
2.18 MB |
|
special-permissions
Expired
|
4.15 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer
Expired
|
14.2 KB |
|
viewer,infoDrawer,extensions
Expired
|
2.48 MB |
|