use of com.wikia.webdriver.elements.mercury.old.CommentsPageObject in project selenium-tests by Wikia.
the class CommentsTests method init.
private void init() {
this.comments = new CommentsPageObject(driver);
new Navigate().toPage(MercurySubpages.COMMENTS);
}
Aggregations