mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case
This commit is contained in:
@@ -215,7 +215,7 @@ export function searchResultsTests() {
|
|||||||
await toolbar.clickSearchIconButton();
|
await toolbar.clickSearchIconButton();
|
||||||
await searchInput.clickSearchButton();
|
await searchInput.clickSearchButton();
|
||||||
await searchInput.checkOnlyFolders();
|
await searchInput.checkOnlyFolders();
|
||||||
await searchInput.searchFor(testData.random);
|
await searchInput.searchFor(`*${testData.random}`);
|
||||||
|
|
||||||
await testUtil.checkMultipleSelContextMenu([testData.folder.name, testData.folderFav.name], testData.multipleSel.contextMenu);
|
await testUtil.checkMultipleSelContextMenu([testData.folder.name, testData.folderFav.name], testData.multipleSel.contextMenu);
|
||||||
await testUtil.checkMultipleSelToolbarActions(
|
await testUtil.checkMultipleSelToolbarActions(
|
||||||
|
Reference in New Issue
Block a user