Deploys Reference Application SNAPSHOT to maven

Build: #3861 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 by id and name test: Test case result

The below summarizes the result of the test "Find patient by id and name test" in build 3,861 of Reference Application - Distribution 2.x - Run UI tests on Travis. View test case history
Description
Find patient by id and name test
Test class
org.openmrs.reference.FindPatientByIdAndNameTest
Method
findPatientByIdAndNameTest
Duration
38 secs
Status
Failed (New Failure)

Error Log

org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for visibility of element located by By.className: patient-header
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw108', ip: '149.165.228.106', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-49-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at sun.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:193)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:307)
	at org.openqa.selenium.remote.RemoteWebDriver.findElementByClassName(RemoteWebDriver.java:388)
	at org.openqa.selenium.By$ByClassName.findElement(By.java:393)
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:299)
	at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:579)
	at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:39)
	at org.openqa.selenium.support.ui.ExpectedConditions$4.apply(ExpectedConditions.java:130)
	at org.openqa.selenium.support.ui.ExpectedConditions$4.apply(ExpectedConditions.java:126)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
	at org.openmrs.uitestframework.page.AbstractBasePage.waitForElement(AbstractBasePage.java:199)
	at org.openmrs.reference.page.RegistrationPage.confirmPatient(RegistrationPage.java:264)
	at org.openmrs.reference.FindPatientByIdAndNameTest.findPatientByIdAndNameTest(FindPatientByIdAndNameTest.java:57)