mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7294] Updated hooks - copy-move-actions (#3721)
* [ACS-7294] Updated hooks - copy-move-actions * [ACS-7294] fixed one comments test
This commit is contained in:
@@ -98,6 +98,7 @@ test.describe('Info Drawer - Comments', () => {
|
||||
await apiClientFactory.share.createSharedLink({ nodeId: sharedFileId });
|
||||
await fileActionsApi.waitForNodes(sharedFileName, { expect: 1 });
|
||||
await sharedPage.navigate();
|
||||
await Utils.reloadPageIfRowNotVisible(sharedPage, sharedFileName);
|
||||
await expect(sharedPage.dataTable.getRowByName(sharedFileName)).toBeVisible();
|
||||
await sharedPage.dataTable.getRowByName(sharedFileName).click();
|
||||
await sharedPage.acaHeader.viewDetails.click();
|
||||
|
Reference in New Issue
Block a user