Search in sources :

Example 6 with AttachSurveyPage

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");
}
Also used : AttachSurveyPage(org.mifos.test.acceptance.framework.loan.AttachSurveyPage) LoanAccountPage(org.mifos.test.acceptance.framework.loan.LoanAccountPage)

Example 7 with AttachSurveyPage

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");
}
Also used : AttachSurveyPage(org.mifos.test.acceptance.framework.loan.AttachSurveyPage) ClientViewDetailsPage(org.mifos.test.acceptance.framework.client.ClientViewDetailsPage)

Aggregations

AttachSurveyPage (org.mifos.test.acceptance.framework.loan.AttachSurveyPage)7 ClientViewDetailsPage (org.mifos.test.acceptance.framework.client.ClientViewDetailsPage)2 LoanAccountPage (org.mifos.test.acceptance.framework.loan.LoanAccountPage)2 QuestionnairePage (org.mifos.test.acceptance.framework.questionnaire.QuestionnairePage)2 CenterViewDetailsPage (org.mifos.test.acceptance.framework.center.CenterViewDetailsPage)1 GroupViewDetailsPage (org.mifos.test.acceptance.framework.group.GroupViewDetailsPage)1