Details
-
Bug
-
Status: Approved
-
TBD
-
Resolution: Fixed
-
Reference Application 2.5
-
None
-
None
-
Low
Description
The class LoginTest.java
(https://github.com/openmrs/openmrs-distro-referenceapplication/blob/master/ui-tests/src/test/java/org/openmrs/reference/LoginTest.java)
doesn't extend ReferenceApplicationTestBase and fails on fresh distribution.
Additionally the method "verifyDoctorModulesAvailableOnHomePage()"
must call goToLoginPage().loginAsDoctor() similarly to other tests. Now it calls the method login and provides it with username and password.