GH Auto: Upstream dependencies ADF:6.7.0-7828326288 JS-API:7.6.0-7828326288 using Tag:6.7.0-7828326288 #2227
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/pagination/src/tests/favorites.ts#L88
1) [Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages
Error: expect(received).toContain(expected) // indexOf
Expected substring: "Showing 1-25 of 51"
Received string: "Showing 26-50 of 51"
86 | await favoritePage.pagination.clickOnPreviousPage();
87 | await favoritePage.dataTable.spinnerWaitForReload();
> 88 | expect(await favoritePage.pagination.getRange()).toContain('Showing 1-25 of 51');
| ^
89 | });
90 |
91 | test('[C280118] Next button is disabled on last page', async ({ favoritePage }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/favorites.ts:88:56
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
The logs for this run have expired and are no longer available.
Loading