Search in sources :

Example 1 with ReportsTab

use of org.activityinfo.test.pageobject.web.reports.ReportsTab in project activityinfo by bedatadriven.

the class ApplicationPage method navigateToReportsTab.

public ReportsTab navigateToReportsTab() {
    FluentElement container = container();
    container.find().div(withText("Reports")).clickWhenReady();
    // we may got "Save" dialog before leaving the current page
    closeSaveDialogSilently(true);
    return new ReportsTab(container);
}
Also used : FluentElement(org.activityinfo.test.pageobject.api.FluentElement) ReportsTab(org.activityinfo.test.pageobject.web.reports.ReportsTab)

Aggregations

FluentElement (org.activityinfo.test.pageobject.api.FluentElement)1 ReportsTab (org.activityinfo.test.pageobject.web.reports.ReportsTab)1