Deploys Reference Application SNAPSHOT to maven

Build: #3636 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

Merge patient by name test: Test case result

The below summarizes the result of the test "Merge patient by name test" in build 3,636 of Reference Application - Distribution 2.x - Run UI tests on Travis. View test case history
Description
Merge patient by name test
Test class
org.openmrs.reference.MergePatientByNameTest
Method
mergePatientByNameTest
Duration
10 secs
Status
Failed (Existing Failure)

Error Log

java.lang.NullPointerException: null
	at org.openqa.selenium.support.ui.Select.escapeQuotes(Select.java:291)
	at org.openqa.selenium.support.ui.Select.selectByVisibleText(Select.java:111)
	at org.openmrs.uitestframework.page.AbstractBasePage.selectFrom(AbstractBasePage.java:103)
	at org.openmrs.reference.page.RegistrationPage.selectPatientGender(RegistrationPage.java:130)
	at org.openmrs.reference.page.RegistrationPage.enterMegrePatient(RegistrationPage.java:293)
	at org.openmrs.reference.MergePatientByNameTest.mergePatientByNameTest(MergePatientByNameTest.java:65)