[no-issue] Parallel run e2e and e2e common action refactoring (#4702)

This commit is contained in:
Eugenio Romano
2019-05-13 04:44:35 +02:00
committed by GitHub
parent a48bfc3714
commit 898e3b5a80
288 changed files with 8704 additions and 5130 deletions

View File

@@ -42,7 +42,7 @@ describe('Notifications Component', () => {
await this.alfrescoJsApi.login(acsUser.id, acsUser.password);
loginPage.loginToContentServicesUsingUserModel(acsUser);
await loginPage.loginToContentServicesUsingUserModel(acsUser);
notificationPage.goToNotificationsPage();
@@ -98,6 +98,8 @@ describe('Notifications Component', () => {
notificationPage.clickActionToggle();
notificationPage.clickNotificationButton();
notificationPage.checkNotificationSnackBarIsDisplayedWithMessage('Notification test');
notificationPage.checkNotificationSnackBarIsNotDisplayed();
notificationPage.clickNotificationButton();
notificationPage.clickActionButton();
notificationPage.checkActionEvent();
notificationPage.clickActionToggle();