rebased and fixed the wrong directive for matList'

This commit is contained in:
Vito Albano
2024-05-09 12:48:17 +02:00
committed by DominikIwanek
parent c350a99c25
commit eade63923c
13 changed files with 61 additions and 100 deletions
+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);