use of org.mifos.test.acceptance.framework.MifosPage in project head by mifos.
the class ImportTransactionsTest method importTransactionPageLoad.
// Test the import transaction page loads with no plugins available - regression test for MIFOS-2683
@SuppressWarnings("PMD.SignatureDeclareThrowsException")
@Test(enabled = true, groups = "no_db_unit")
public void importTransactionPageLoad() throws Exception {
navigationHelper = new NavigationHelper(selenium);
String tempFileName = pluginsUtil.movePluginToTemp();
AdminPage adminPage = navigationHelper.navigateToAdminPage();
ImportTransactionsPage importTransactionsPage = adminPage.navigateToImportTransactionsPage();
importTransactionsPage.verifyPage();
pluginsUtil.movePluginFromTemp(tempFileName);
(new MifosPage(selenium)).logout();
}
use of org.mifos.test.acceptance.framework.MifosPage in project head by mifos.
the class LoanImportTest method logOut.
@AfterMethod
public void logOut() {
(new MifosPage(selenium)).logout();
new DateTimeUpdaterRemoteTestingService(selenium).resetDateTime();
}
use of org.mifos.test.acceptance.framework.MifosPage in project head by mifos.
the class ClientDataImportTest method logOut.
@AfterMethod
public void logOut() {
(new MifosPage(selenium)).logout();
new DateTimeUpdaterRemoteTestingService(selenium).resetDateTime();
}
use of org.mifos.test.acceptance.framework.MifosPage in project head by mifos.
the class SavingsImportTest method logOut.
@AfterMethod
public void logOut() {
(new MifosPage(selenium)).logout();
new DateTimeUpdaterRemoteTestingService(selenium).resetDateTime();
}
use of org.mifos.test.acceptance.framework.MifosPage in project head by mifos.
the class RedoNewGlimLoanDisbursalTest method logOut.
@AfterMethod
public void logOut() {
customPropertiesHelper.setNewGroupLoanWithMembers(false);
new MifosPage(selenium).logout();
}
Aggregations