Deploys Reference Application SNAPSHOT to maven

Build: #4025 failed

Job: Run UI tests on Travis failed

Stages & jobs

  1. Create Reference Application packages

  2. Deploy to Automated Functional Test Server

  3. Run UI Tests

  4. Deploy to Manual Test Server

  5. Release

    Requires a user to start manually
  6. Create Standalone

Find patient record: Test case result

The below summarizes the result of the test "Find patient record" in build 4,025 of Reference Application - Distribution 2.x - Run UI tests on Travis.
Description
Find patient record
Test class
org.openmrs.reference.FindPatientRecordTest
Method
testFindPatientRecord
Duration
40 secs
Status
Failed (Existing Failure)

Error Log

java.lang.NullPointerException: null
	at java.io.Reader.<init>(Reader.java:78)
	at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1049)
	at org.apache.commons.io.IOUtils.toString(IOUtils.java:359)
	at org.openmrs.uitestframework.page.LoginPage.postLoginForm(LoginPage.java:51)
	at org.openmrs.uitestframework.page.LoginPage.login(LoginPage.java:41)
	at org.openmrs.uitestframework.page.LoginPage.login(LoginPage.java:63)
	at org.openmrs.uitestframework.page.LoginPage.loginAsAdmin(LoginPage.java:67)
	at org.openmrs.reference.FindPatientRecordTest.before(FindPatientRecordTest.java:34)