[ACS-8398] unit tests part 3 #3625
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/pagination/src/tests/personal-files.ts#L63
1) [Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
Error: expect(received).toContain(expected) // indexOf
Expected substring: "of 1"
Received string: "of 2"
61 | await personalFiles.pagination.clickMenuItem('100');
62 | expect(await personalFiles.pagination.getMaxItems()).toContain('100');
> 63 | expect(await personalFiles.pagination.getTotalPages()).toContain('of 1');
| ^
64 |
65 | await personalFiles.pagination.resetToDefaultPageSize();
66 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:63:62
|
The following actions use a deprecated Node.js version 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/
|
Run /./.github/actions/run-e2e-playwright
1 flaky
[Pagination] › src/tests/personal-files.ts:47:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280079] current page menu items
10 passed (3.3m)
|
Loading