mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[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:
parent
3afaf2cd40
commit
39baae2ac4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user