[ACS-6031] Css classes added for maintaining minimum width in column header #1857
pull-request.yml
on: pull_request
Annotations
3 errors, 14 warnings, and 7 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#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-0m5ru5h' })
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
|
[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
|
[Actions] › src/tests/library/library-actions.spec.ts:357:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results:
e2e/playwright/actions/src/tests/library/library-actions.spec.ts#L365
1) [Actions] › src/tests/library/library-actions.spec.ts:357:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results
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: 'playwright-Am-library-v0ot2' }).locator('[title="Consumer"]')
363 | await adminSitesApi.approveSiteMembershipRequest(adminModerateLibrary2, username2);
364 | await myLibrariesPage.navigate();
> 365 | await expect(libraryTable.getCellByColumnNameAndRowItem(adminModerateLibrary2, consumerRole)).toBeVisible();
| ^
366 | });
367 |
368 | test('[C306961] Leave a library from Search Results', async ({ searchPage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/actions/src/tests/library/library-actions.spec.ts:365:101
|
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-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Cproperties"
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Callowable"
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.spec.ts#L90
Unknown word: "Cpermissions"
|
lint:
projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L133
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-content/folder-rules/src/manage-rules/manage-rules.smart-component.ts#L287
Promise returned in function argument where a void return was expected
|
lint:
projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts#L71
Unknown word: "tagscope"
|
lint:
projects/aca-content/folder-rules/src/mock/action-parameter-constraints.mock.ts#L103
Unknown word: "generalclassifiable"
|
lint:
projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts#L91
Unknown word: "tagscope"
|
lint:
projects/aca-content/folder-rules/src/rule-details/actions/rule-action.ui-component.ts#L92
Unknown word: "generalclassifiable"
|
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: Playwright (pagination, 7)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
E2e test suites: Playwright (viewer, 3)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
5 passed (23.6s)
|
🎭 Playwright Run Summary
1 flaky
[Folder Rules] › src/tests/actions.spec.ts:54:7 › Folder Rules Actions › [C691637] Create a rule with actions
2 passed (48.6s)
|
🎭 Playwright Run Summary
16 passed (1.3m)
|
🎭 Playwright Run Summary
13 passed (3.0m)
|
🎭 Playwright Run Summary
21 passed (2.9m)
|
🎭 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]
63 passed (6.7m)
|
🎭 Playwright Run Summary
1 flaky
[Actions] › src/tests/library/library-actions.spec.ts:357:9 › Library actions › Search Page › [C306960] Join a moderated library from Search Results
82 passed (9.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
actions
Expired
|
2.78 MB |
|
copyMoveActions
Expired
|
2.16 MB |
|
deleteActions
Expired
|
2.14 MB |
|
editActions,favoriteActions
Expired
|
2.13 MB |
|
folder-rules
Expired
|
8.14 MB |
|
listViews
Expired
|
2.16 MB |
|
search
Expired
|
2.27 MB |
|
shareActions
Expired
|
2.18 MB |
|
special-permissions
Expired
|
1.87 MB |
|
uploadDownloadActions
Expired
|
2.12 MB |
|
viewer,infoDrawer,extensions
Expired
|
2.19 MB |
|