From 32bae7d7ed38dbeea5dfeae9949d597e77b2901d Mon Sep 17 00:00:00 2001 From: Florin Butu Date: Wed, 16 Jan 2019 11:29:21 +0200 Subject: [PATCH] [ADF-3900] Added testrail case number (#4168) --- e2e/core/icons-component.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');