[ACS-6668] [ACS-6669] e2e migration - Info Drawer general and library properties tests #2237
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/copy-move-actions/src/tests/copy.test.ts#L204
1) [Copy Move Actions] › src/tests/copy.test.ts:198:7 › Copy actions › [C217174] Undo copy of a folder when a folder with same name already exists on the destination
Error: expect(received).toBeTruthy()
Received: false
202 | await copyContentInPersonalFiles(personalFiles, [sourceFolder], destinationFolder);
203 | await personalFiles.snackBar.actionButton.click();
> 204 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy();
| ^
205 | await personalFiles.dataTable.performClickFolderOrFileToOpen(destinationFolder);
206 | await personalFiles.spinner.waitForReload();
207 | expect.soft(await personalFiles.dataTable.isItemPresent(sourceFolder)).toBeTruthy();
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/copy-move-actions/src/tests/copy.test.ts:204:76
|
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