mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
fix e2e notification
This commit is contained in:
parent
d19631b0b7
commit
ea916a63a9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user