From 472afa1c728d89d05ba8aad5ceae3573163fab6d Mon Sep 17 00:00:00 2001 From: Adriano Costa Date: Tue, 21 Mar 2023 15:10:32 +0100 Subject: [PATCH] [HXCS-1166] update testrail id --- e2e/core/notifications-component.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/core/notifications-component.e2e.ts b/e2e/core/notifications-component.e2e.ts index bb78884995..871d3f7244 100644 --- a/e2e/core/notifications-component.e2e.ts +++ b/e2e/core/notifications-component.e2e.ts @@ -67,7 +67,7 @@ describe('Notifications Component', () => { await expect(await notificationPage.snackbarPage.getSnackBarMessage()).toEqual('test'); }); - it('[???????] Should show a decorative icon when the message and the icon fields are not empty and button is clicked', async () => { + it('[C694098] Should show a decorative icon when the message and the icon fields are not empty and button is clicked', async () => { await notificationPage.enterMessageField('test'); await notificationPage.enterDecorativeIconField('folder'); await notificationPage.clickNotificationButton();