[ACS-5882] infoDrawer comments tests migrated to Playwright #2191
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/viewer/src/tests/viewer-action.spec.ts#L91
1) [Viewer] › src/tests/viewer-action.spec.ts:79:7 › viewer action file › [C268133] Delete action
Error: Item should be present in Trash
Expected: true
Received: false
89 | expect(await personalFiles.dataTable.getCellLinkByName(randomDocxDelete).isVisible(), 'file should not visible').toBe(false);
90 | await trashPage.navigate({ waitUntil: 'domcontentloaded' });
> 91 | expect(await trashPage.dataTable.isItemPresent(randomDocxDelete), 'Item should be present in Trash').toBe(true);
| ^
92 | });
93 |
94 | test('[C297584] Edit Offline action', async ({ personalFiles }) => {
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/viewer/src/tests/viewer-action.spec.ts:91:106
|
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