Skip to content

Commit

Permalink
[ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test …
Browse files Browse the repository at this point in the history
…case
  • Loading branch information
swapnil-verma-gl committed Jul 27, 2023
1 parent 2e9438b commit d1cd0ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export function searchResultsTests() {
await toolbar.clickSearchIconButton();
await searchInput.clickSearchButton();
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.checkMultipleSelToolbarActions(
Expand Down

0 comments on commit d1cd0ee

Please sign in to comment.