diff --git a/e2e/core/icons-component.e2e.ts b/e2e/core/icons-component.e2e.ts index f2b1e73d26..041ecb9e97 100644 --- a/e2e/core/icons-component.e2e.ts +++ b/e2e/core/icons-component.e2e.ts @@ -50,7 +50,7 @@ describe('Universal Icon component', function () { done(); }); - it('Should display the icons on the page', () => { + it('[C291872] Should display the icons on the page', () => { expect(iconsPage.locateLigatureIcon('alarm').isDisplayed()).toBe(true, 'Ligature icon is not displayed');