Search in sources :

Example 1 with ViewOfficesPage

use of org.mifos.test.acceptance.framework.admin.ViewOfficesPage in project head by mifos.

the class OfficeHelper method viewOffice.

public void viewOffice(String[] expectedData) {
    AdminPage adminPage = navigationHelper.navigateToAdminPage();
    ViewOfficesPage viewOfficesPage = adminPage.navigateToViewOfficesPage();
    viewOfficesPage.verifyPage();
    viewOfficesPage.verifyOfficeList(expectedData);
}
Also used : AdminPage(org.mifos.test.acceptance.framework.admin.AdminPage) ViewOfficesPage(org.mifos.test.acceptance.framework.admin.ViewOfficesPage)

Aggregations

AdminPage (org.mifos.test.acceptance.framework.admin.AdminPage)1 ViewOfficesPage (org.mifos.test.acceptance.framework.admin.ViewOfficesPage)1