[affected:*][ci:force] Fixed other e2es

This commit is contained in:
Vito Albano
2024-03-13 01:32:47 +00:00
committed by VitoAlbano
parent a9552925f6
commit f55811851c
5 changed files with 18 additions and 9 deletions

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.enterText(firstFolderModel.shortName);
await searchBarPage.enterTextAndPressEnter(firstFolderModel.shortName);
await searchBarPage.resultTableContainsRow(firstFolderModel.name);