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