update to latest ADF alphas #1753
pull-request.yml
on: pull_request
Annotations
14 errors, 11 warnings, and 6 notices
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
1) [Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
2) [Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites:
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L43
3) [Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
"beforeAll" hook timeout of 45000ms exceeded.
41 | let fileForCancelEditingId: string;
42 |
> 43 | test.beforeAll(async ({ fileAction, favoritesPageAction, shareAction }) => {
| ^
44 | await apiClientFactory.setUpAcaBackend('***');
45 | const node = await apiClientFactory.nodes.createNode('-my-', { name: randomFolderName, nodeType: 'cm:folder', relativePath: '/' });
46 | folderId = node.entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:43:8
|
[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: Timed out 5000ms waiting for 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-hwyanrk' })
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#L71
1) [Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for 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-dtdtuj' })
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/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#L71
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"]').first()
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:71
69 | await this.selectField(fields, index);
70 | await this.selectComparator(comparators, index);
> 71 | await this.valueField.nth(index).type(value);
| ^
72 | }
73 | }
74 |
at ConditionComponent.addConditionGroup (/home/runner/work/alfresco-content-app/alfresco-content-app/projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:71:38)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/folder-rules/src/tests/conditions.spec.ts:59: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.type at projects/aca-playwright-shared/src/page-objects/components/conditions.component.ts:64:38
|
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
1) [Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in:
e2e/playwright/authentication/src/tests/login.spec.ts#L52
2) [Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
"beforeAll" hook timeout of 45000ms exceeded.
50 | const newPassword = 'new ***';
51 |
> 52 | test.beforeAll(async () => {
| ^
53 | await apiClientFactory.setUpAcaBackend('admin');
54 |
55 | await apiClientFactory.createUser(otherLanguageUser);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/authentication/src/tests/login.spec.ts:52:8
|
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home:
e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts#L55
1) [Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
Error: expect(received).toEqual(expected) // deep equality
- Expected - 3
+ Received + 0
Array [
"Personal Files",
- "User Homes",
- "userAdmin-ga67f",
- "userFolder-1ibq0",
]
53 | await personalFiles.navigate({ remoteUrl: `#/personal-files/${userFolderId}` });
54 | personalFiles.breadcrumb.getItemByTitle(username).waitFor({ state: 'attached' });
> 55 | expect(await personalFiles.breadcrumb.getAllItems()).toEqual(['Personal Files', 'User Homes', username, userFolder]);
| ^
56 | });
57 | });
58 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb-admin.spec.ts:55:58
|
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
2) [Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb:
e2e/playwright/navigation/src/tests/breadcrumb.spec.ts#L55
3) [Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
"beforeAll" hook timeout of 45000ms exceeded.
53 | const folder1Renamed = `renamed-${Utils.random()}`;
54 |
> 55 | test.beforeAll(async ({ nodesApiAction, sitesApiAction }) => {
| ^
56 | const parentNode = await nodesApiAction.createFolder(parent);
57 | parentId = parentNode.entry.id;
58 | subFolder1Id = (await nodesApiAction.createFolder(subFolder1, parentId)).entry.id;
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/breadcrumb.spec.ts:55:8
|
[special-permissions] › src/tests/other-permissions.ts:176:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]:
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L66
1) [special-permissions] › src/tests/other-permissions.ts:176:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]
Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Move,Copy,Delete,Manage Versions
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 checkActionsAvailable (/home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:38:3)
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/special-permissions-actions-available/src/tests/other-permissions.ts:178:9
|
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: Playwright (actions, 1)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
3 flaky
[Viewer] › src/tests/viewer-action.spec.ts:70:7 › viewer action file › [C268129] Download action
[Viewer] › src/tests/viewer-action.spec.ts:109:7 › viewer action file › [C297585] Cancel Editing action
[Viewer] › src/tests/viewer-action.spec.ts:155:7 › viewer action file › [C286395] Share action from Favorites
18 passed (4.4m)
|
🎭 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.9m)
|
🎭 Playwright Run Summary
2 flaky
[Authentication] › src/tests/login.spec.ts:61:9 › viewer file › general tests › [C213089] login page layout
[Authentication] › src/tests/login.spec.ts:87:9 › viewer file › with valid credentials › [C213107] redirects to Home Page when navigating to the Login page while already logged in
3 passed (1.5m)
|
🎭 Playwright Run Summary
3 flaky
[Navigation] › src/tests/breadcrumb-admin.spec.ts:52:7 › as admin › [C260970] Breadcrumb on navigation to a user's home
[Navigation] › src/tests/breadcrumb.spec.ts:78:7 › viewer action file › [C260964] Personal Files breadcrumb main node
[Navigation] › src/tests/breadcrumb.spec.ts:96:7 › viewer action file › [C213235] User can navigate to any location by clicking on a step from the breadcrumb
13 passed (2.7m)
|
🎭 Playwright Run Summary
1 flaky
[special-permissions] › src/tests/other-permissions.ts:176:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Favorites - [C297659]
59 passed (7.8m)
|
🎭 Playwright Run Summary
64 passed (5.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
29.8 MB |
|
actionsAvailableFilesFolders
Expired
|
2.45 MB |
|
actionsAvailableLibraries,actionsAvailableNewMenu
Expired
|
2.21 MB |
|
actionsAvailableSpecialPermissions
Expired
|
2.94 MB |
|
authentication
Expired
|
4.17 KB |
|
copyMoveActions
Expired
|
2.13 MB |
|
deleteActions
Expired
|
2.1 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
folder-rules
Expired
|
22.8 MB |
|
libraryActions
Expired
|
2.14 MB |
|
listViews,navigation
Expired
|
2.1 MB |
|
navigation
Expired
|
732 KB |
|
pagination
Expired
|
2.13 MB |
|
search
Expired
|
2.1 MB |
|
shareActions
Expired
|
2.18 MB |
|
special-permissions
Expired
|
2.38 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer
Expired
|
2.26 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.1 MB |
|