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