Search in sources :

Example 1 with ViewLoanStatusHistoryPage

use of org.mifos.test.acceptance.framework.loan.ViewLoanStatusHistoryPage in project head by mifos.

the class LoanTestHelper method verifyLastEntryInStatusHistory.

public void verifyLastEntryInStatusHistory(String loanId, String oldStatus, String newStatus) {
    LoanAccountPage loanAccountPage = navigationHelper.navigateToLoanAccountPage(loanId);
    ViewLoanStatusHistoryPage viewLoanStatusHistoryPage = loanAccountPage.navigateToViewLoanStatusHistoryPage();
    viewLoanStatusHistoryPage.verifyLastEntryInStatusHistory(oldStatus, newStatus);
}
Also used : ViewLoanStatusHistoryPage(org.mifos.test.acceptance.framework.loan.ViewLoanStatusHistoryPage) LoanAccountPage(org.mifos.test.acceptance.framework.loan.LoanAccountPage) EditPreviewLoanAccountPage(org.mifos.test.acceptance.framework.loan.EditPreviewLoanAccountPage)

Aggregations

EditPreviewLoanAccountPage (org.mifos.test.acceptance.framework.loan.EditPreviewLoanAccountPage)1 LoanAccountPage (org.mifos.test.acceptance.framework.loan.LoanAccountPage)1 ViewLoanStatusHistoryPage (org.mifos.test.acceptance.framework.loan.ViewLoanStatusHistoryPage)1