use of com.wikia.webdriver.pageobjectsfactory.componentobject.global_navitagtion.NotificationsComponentObject in project selenium-tests by Wikia.
the class MessageWallNotificationsFollowersResponseTests method userIsNotifiedWhenOtherUserWritesResponseOnFollowedMessageWall.
@Test(groups = { "MessageWallNotificationsFollowersResponseTests_005" }, dependsOnMethods = "followerNotificationResponse_setup_4")
public void userIsNotifiedWhenOtherUserWritesResponseOnFollowedMessageWall() {
WikiBasePageObject base = new WikiBasePageObject();
base.loginAs(credentials.userName7, credentials.password7, wikiURL);
NotificationsComponentObject notifications = new NotificationsComponentObject(driver);
notifications.showNotifications();
notifications.verifyNotification(title, credentials.userName8);
}
Aggregations