Update search-component.e2e.ts

This commit is contained in:
Eugenio Romano
2019-03-25 16:46:22 +00:00
committed by GitHub
parent ae1e2f6fff
commit 3945df4ef3

View File

@@ -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);