ACS-7709 fix workflow name and e2e (#3815)

* [ACS-7709] fix workflow name and e2e

* [ACS-7709] fix workflow name and e2e
This commit is contained in:
Akash Rathod
2024-04-25 11:04:26 +02:00
committed by GitHub
parent e670441499
commit 4e0f7017bb
5 changed files with 11 additions and 7 deletions

View File

@@ -102,6 +102,7 @@ test.describe('Folders - available actions : ', () => {
await personalFiles.dataTable.selectMultiItem(testData.folderFavFile.name, testData.folderFile.name);
await personalFiles.dataTable.getRowByName(testData.folderFavFile.name).click({ button: 'right' });
await personalFiles.matMenu.verifyActualMoreActions(testData.multipleSelFile.contextMenu);
await personalFiles.navigate({ remoteUrl: `#/personal-files/${parentId}` });
await personalFiles.dataTable.selectMultiItem(testData.folderFavFile.name, testData.folderFile.name);
await checkMultipleSelActionsAvailable(personalFiles, testData.multipleSelFile.toolbarPrimary, testData.multipleSelFile.toolbarMore);
});