This commit is contained in:
cristinaj
2018-10-18 13:09:42 +03:00
committed by Eugenio Romano
parent 63fb4fc857
commit 4ad7e2bf25

View File

@@ -320,4 +320,11 @@ describe('Search component - Search Page', () => {
searchResultPage.checkNoResultMessageIsNotDisplayed();
searchResultPage.checkContentIsDisplayed(search.no_permission.noPermFolder);
});
it('[C286675] Should display results when searching for \*', () => {
contentServicesPage.goToDocumentList();
searchDialog.checkSearchBarIsNotVisible().checkSearchIconIsVisible().clickOnSearchIcon()
.enterTextAndPressEnter('*');
searchResultPage.checkNoResultMessageIsNotDisplayed();
});
});