Test translation cleanup #4027
Annotations
10 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#L80
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 85000ms exceeded.
78 | let parentId: string;
79 |
> 80 | test.beforeAll(async () => {
| ^
81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
82 |
83 | await nodesApi.createFile(file1, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:80:10
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L115
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'unlockNodes')
113 |
114 | test.afterAll(async () => {
> 115 | await nodesApi.unlockNodes([fileLocked1Id, fileLocked2Id, fileLocked3Id, fileLocked4Id]);
| ^
116 | await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
117 | });
118 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:115:22
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L1
2) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: <html>
|
Run /./.github/actions/run-e2e-playwright:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L206
3) [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:
e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts#L81
3) [Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'createFolder')
79 |
80 | test.beforeAll(async () => {
> 81 | parentId = (await nodesApi.createFolder(parent)).entry.id;
| ^
82 |
83 | await nodesApi.createFile(file1, parentId);
84 | await nodesApi.createFile(file2, parentId);
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/delete-actions/src/tests/delete-undo-delete.e2e.ts:81:34
|
Run /./.github/actions/run-e2e-playwright
6 failed
[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:153:9 › Delete and undo delete › on Personal Files › [C217126] delete a folder with content
[Delete Actions] › src/tests/delete-undo-delete.e2e.ts:196:9 › Delete and undo delete › on Personal Files › [C217132] undo delete of file
[Delete Actions] › src/tests/permanently-delete.e2e.ts:82:9 › Delete and undo delete › Permanently delete from Trash › [C217091] delete a file
[Delete Actions] › src/tests/permanently-delete.e2e.ts:100:9 › Delete and undo delete › Permanently delete from Trash › [C290103] delete a library
[Delete Actions] › src/tests/permanently-delete.e2e.ts:119:9 › Delete and undo delete › Permanently delete from Trash › [C269113] Confirmation dialog UI
2 flaky
[Delete Actions] › src/tests/restore.e2e.ts:94:9 › Restore from Trash › successful restore › [C217177] restore file
[Delete Actions] › src/tests/restore.e2e.ts:112:9 › Restore from Trash › successful restore › [C217182] restore multiple items
4 did not run
11 passed (5.2m)
|
Loading