use of org.mifos.test.acceptance.framework.center.CreateCenterChooseOfficePage in project head by mifos.
the class NavigationHelper method navigateToCreateCenterEnterDataPage.
public CreateCenterEnterDataPage navigateToCreateCenterEnterDataPage(String officeName) {
ClientsAndAccountsHomepage clientsAccountsPage = navigateToClientsAndAccountsPage();
CreateCenterChooseOfficePage chooseOfficePage = clientsAccountsPage.navigateToCreateNewCenterPage();
return chooseOfficePage.selectOffice(officeName);
}
Aggregations