use of org.mifos.test.acceptance.framework.loan.AttachSurveyPage in project head by mifos.
the class AttachSurveyLinkTest method attachSurveyToClientLoan.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
private void attachSurveyToClientLoan() throws Exception {
LoanAccountPage loanAccountDetailPage = navigationHelper.navigateToLoanAccountPage("000100000000012");
AttachSurveyPage attachSurveyPage = loanAccountDetailPage.navigateToAttachSurveyPage();
attachSurveyPage.verifyPage("selectQuestionnaire");
}
use of org.mifos.test.acceptance.framework.loan.AttachSurveyPage in project head by mifos.
the class AttachSurveyLinkTest method attachSurveyToClient.
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
private void attachSurveyToClient() throws Exception {
ClientViewDetailsPage clientViewDetailsPage = navigationHelper.navigateToClientViewDetailsPage("WeeklyClient Monday");
AttachSurveyPage attachSurveyPage = clientViewDetailsPage.navigateToAttachSurveyPage();
attachSurveyPage.verifyPage("selectQuestionnaire");
}
Aggregations