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