fix e2e notification

This commit is contained in:
Eugenio Romano 2018-10-03 01:12:04 +01:00
parent d19631b0b7
commit ea916a63a9

View File

@ -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();