mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix e2e notification
This commit is contained in:
@@ -49,6 +49,10 @@ describe('Notifications Component', () => {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
afterEach(() => {
|
||||||
|
browser.refresh();
|
||||||
|
});
|
||||||
|
|
||||||
it('[C279977] Should show notification when the message is not empty and button is clicked', () => {
|
it('[C279977] Should show notification when the message is not empty and button is clicked', () => {
|
||||||
notificationPage.enterMessageField('Notification test');
|
notificationPage.enterMessageField('Notification test');
|
||||||
notificationPage.clickDefaultNotificationButton();
|
notificationPage.clickDefaultNotificationButton();
|
||||||
|
Reference in New Issue
Block a user