[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-05-09 12:48:17 +02:00
committed by DominikIwanek
parent 6d1ca0f9d1
commit 3ee8add73f
+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);