[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:
Adam Świderski
2024-03-22 10:19:05 +01:00
committed by GitHub
parent 965f68c0ac
commit 184f521e7b
4 changed files with 24 additions and 28 deletions

View File

@@ -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();