use of org.testng.annotations.AfterMethod 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.testng.annotations.AfterMethod 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.testng.annotations.AfterMethod 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.testng.annotations.AfterMethod in project head by mifos.
the class RedoNewGlimLoanDisbursalTest method logOut.
@AfterMethod
public void logOut() {
customPropertiesHelper.setNewGroupLoanWithMembers(false);
new MifosPage(selenium).logout();
}
use of org.testng.annotations.AfterMethod in project head by mifos.
the class CollectionSheetEntrySimpleTest method logOut.
@AfterMethod
public void logOut() {
(new MifosPage(selenium)).logout();
new DateTimeUpdaterRemoteTestingService(selenium).resetDateTime();
}
Aggregations