From 3945df4ef34a2dc28272161f09e661c488cc503b Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 25 Mar 2019 16:46:22 +0000 Subject: [PATCH] Update search-component.e2e.ts --- e2e/search/search-component.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/search/search-component.e2e.ts b/e2e/search/search-component.e2e.ts index 1038b8dbc4..6b66e2af70 100644 --- a/e2e/search/search-component.e2e.ts +++ b/e2e/search/search-component.e2e.ts @@ -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);