[ACS-6680] Deleted protractor tests - infoDrawer #2230
Annotations
1 error, 1 warning, and 1 notice
e2e/playwright/navigation/src/tests/single-click.spec.ts#L85
1) [Navigation] › src/tests/single-click.spec.ts:79:7 › Single click on item name › [C284902] Navigate inside the library when clicking the hyperlink on File Libraries
Error: fileSite-1k22q.txt not displayed
Expected: true
Received: false
83 | await myLibrariesPage.dataTable.spinnerWaitForReload();
84 | expect(await myLibrariesPage.breadcrumb.currentItem.innerText()).toBe(siteName);
> 85 | expect(await myLibrariesPage.dataTable.getCellLinkByName(fileSite).isVisible(), `${fileSite} not displayed`).toBe(true);
| ^
86 | });
87 | });
88 |
at /home/runner/work/alfresco-content-app/alfresco-content-app/e2e/playwright/navigation/src/tests/single-click.spec.ts:85:114
|
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