[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2225
Annotations
2 errors, 1 warning, and 1 notice
e2e/playwright/pagination/src/tests/personal-files.ts#L86
1) [Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] 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"
84 | await personalFiles.pagination.clickOnPreviousPage();
85 | await personalFiles.dataTable.spinnerWaitForReload();
> 86 | expect(await personalFiles.pagination.getRange()).toContain('Showing 1-25 of 51');
| ^
87 | });
88 |
89 | test('[C280081] Previous button is disabled on first page', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/pagination/src/tests/personal-files.ts:86:57
|
e2e/playwright/pagination/src/tests/favorites.ts#L88
2) [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/.
|
2 flaky
[Pagination] › src/tests/personal-files.ts:77:9 › Pagination on multiple pages : › on Personal Files › Pagination controls : › [C280083] navigate to next and previous pages
[Pagination] › src/tests/favorites.ts:79:9 › Pagination on multiple pages : › on Favorites › Pagination controls : › [C280119] navigate to next and previous pages
9 passed (4.5m)
|
The logs for this run have expired and are no longer available.
Loading