mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update search-component.e2e.ts
This commit is contained in:
@@ -322,7 +322,7 @@ describe('Search component - Search Bar', () => {
|
||||
.enterTextAndPressEnter(term);
|
||||
});
|
||||
|
||||
it('[C99212] Should be able to configure the highlight option for search results', () => {
|
||||
it('[C299212] Should be able to configure the highlight option for search results', () => {
|
||||
searchResultPage.getNodeHighlight(fileHighlightUploaded.entry.name).getText().then((text) => {
|
||||
expect(text.includes(`¿${term}?`)).toBe(true);
|
||||
expect(text.includes(`(${term})`)).toBe(true);
|
||||
|
Reference in New Issue
Block a user