use of com.wikia.webdriver.elements.mercury.old.InteractiveMapsComponentObject in project selenium-tests by Wikia.
the class InteractiveMapsTests method init.
private void init() {
this.maps = new InteractiveMapsComponentObject();
new Navigate().toPage(MercurySubpages.MAP);
}
Aggregations