[ACS-8548] [E2E] deleted unused users from configs #3235
Annotations
1 error, 1 warning, and 1 notice
projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts#L72
1) [special-permissions] › src/tests/other-permissions.ts:185:11 › Special permissions : › File locked - user is lock owner › available actions : › available actions in the file select : › on Search Results - [C297660]
Error: Expected to contain Remove Favorite Cancel Editing,Upload New Version,Favorite,Copy,Manage Versions
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at ../../../projects/aca-playwright-shared/src/page-objects/components/dataTable/mat-menu.component.ts:72
70 | );
71 | for (const action of expectedToolbarMore) {
> 72 | expect(actualMoreActions.includes(action), `Expected to contain ${action} ${actualMoreActions}`).toBe(true);
| ^
73 | }
74 | }
75 | }
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:72: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:187:9
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading