mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[HXCS-1166] update testrail id
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user