mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8080] Enable multiselection in lists (#3873)
* [ACS-8080] Enable multiselection in lists * [ACS-8080] Fix selected row in E2Es * [ACS-8080] E2Es fix * [ACS-8080] E2Es fix --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -115,7 +115,7 @@ test.describe('Info Drawer - Comments', () => {
|
||||
await fileActionsApi.waitForNodes(recentFile, { expect: 1 });
|
||||
await recentFilesPage.navigate();
|
||||
await expect(recentFilesPage.dataTable.getRowByName(recentFile)).toBeVisible();
|
||||
await recentFilesPage.dataTable.getRowByName(recentFile).click();
|
||||
await recentFilesPage.dataTable.selectItem(recentFile);
|
||||
await recentFilesPage.acaHeader.viewDetails.click();
|
||||
await recentFilesPage.infoDrawer.commentsTab.click();
|
||||
await expect(recentFilesPage.infoDrawer.commentInputField).toBeVisible();
|
||||
|
Reference in New Issue
Block a user