[ACS-6791] Restore&fix excluded tests #2297
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/actions/run-e2e-playwright:
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
|
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/.
|
Run /./.github/actions/run-e2e-playwright
1 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
10 passed (3.5m)
|
The logs for this run have expired and are no longer available.
Loading