[HXCS-1166] update testrail id

This commit is contained in:
Adriano Costa
2023-03-21 15:10:32 +01:00
parent d1c326cadb
commit 472afa1c72

View File

@@ -67,7 +67,7 @@ describe('Notifications Component', () => {
await expect(await notificationPage.snackbarPage.getSnackBarMessage()).toEqual('test'); 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.enterMessageField('test');
await notificationPage.enterDecorativeIconField('folder'); await notificationPage.enterDecorativeIconField('folder');
await notificationPage.clickNotificationButton(); await notificationPage.clickNotificationButton();