GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-11955369904 JS-API:8.0.0-alpha.7-11955369904 using Tag:7.0.0-alpha.7-11955369904 #3963
Annotations
2 errors and 1 notice
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L131
1) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
Error: expect(received).toEqual(expected) // deep equality
Expected: " Showing 1--1 of -1 "
Received: " Showing 1-12 of 12 "
129 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeFalsy();
130 | items--;
> 131 | expect(await personalFiles.pagination.getMaxRange()).toEqual(` Showing 1-${items} of ${items} `);
| ^
132 | await trashPage.navigate();
133 | expect(await personalFiles.dataTable.isItemPresent(file1)).toBeTruthy();
134 | });
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:131:60
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Error: expect(received).toContain(expected) // indexOf
Expected substring: "1-0 of 0"
Received string: "Showing 1-12 of 12"
204 | await personalFiles.dataTable.spinnerWaitForReload();
205 | expect(await personalFiles.dataTable.isItemPresent(file5)).toBeTruthy();
> 206 | expect(await personalFiles.pagination.getRange()).toContain(`1-${items} of ${items}`);
| ^
207 | });
208 |
209 | test('[C280503] undo delete of folder with content', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:206:57
|
Run /./.github/actions/run-e2e-playwright
2 flaky
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:119:9 › Delete and undo delete › on Personal Files › [C217125] delete a file and check notification
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
21 passed (4.0m)
|
Loading