[AAE-21085] Fix e2e Search - revert to previous version, text should be written without pressing eneter to show the autocomplete list items

This commit is contained in:
Amedeo Lepore
2024-04-05 12:06:44 +01:00
committed by Vito Albano
parent 4a61c43b9e
commit 56b85084f7
+1 -1
View File
@@ -157,7 +157,7 @@ describe('Search component - Search Bar', () => {
it('[C260256] Should display file/folder in search suggestion when typing first characters', async () => {
await openSearchBar();
await searchBarPage.enterTextAndPressEnter(firstFolderModel.shortName);
await searchBarPage.enterText(firstFolderModel.shortName);
await searchBarPage.resultTableContainsRow(firstFolderModel.name);