Deploys Reference Application SNAPSHOT to maven

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

Register patient: Test case result

The below summarizes the result of the test "Register patient" in build 5,031 of Reference Application - Distribution 2.x - Run UI tests on Travis. View test case history
Description
Register patient
Test class
org.openmrs.reference.RegisterPatientTest
Method
registerPatient
Duration
6 mins
Status
Failed (New Failure)

Error Log

org.openqa.selenium.UnsupportedCommandException: ERROR The test with session id 97b83c274a9546dc8a9d0d0cd02fc209 has already finished, and can't receive further commands.
You can learn more at https://saucelabs.com/jobs/97b83c274a9546dc8a9d0d0cd02fc209
For help, please check https://wiki.saucelabs.com/display/DOCS/Common+Error+Messages
Command duration or timeout: 214.00 seconds
Build info: version: '2.52.0', revision: '4c2593cfc3689a7fcd7be52549167e5ccc93ad28', time: '2016-02-11 11:22:43'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-91-generic', java.version: '1.8.0_91'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities [{applicationCacheEnabled=true, rotatable=false, hasMetadata=true, databaseEnabled=true, handlesAlerts=true, version=42.0, platform=LINUX, nativeEvents=false, acceptSslCerts=true, webdriver.remote.sessionid=97b83c274a9546dc8a9d0d0cd02fc209, locationContextEnabled=true, webStorageEnabled=true, takesScreenshot=true, browserName=firefox, javascriptEnabled=true, cssSelectorsEnabled=true}]
Session ID: 97b83c274a9546dc8a9d0d0cd02fc209
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:206)
	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:701)
	at org.openqa.selenium.remote.RemoteWebDriver.getCurrentUrl(RemoteWebDriver.java:326)
	at org.openmrs.uitestframework.page.Page$1.apply(Page.java:42)
	at org.openmrs.uitestframework.page.Page$1.apply(Page.java:39)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:238)
	at org.openmrs.uitestframework.page.Page.waitForPage(Page.java:108)
	at org.openmrs.uitestframework.page.Page.findElement(Page.java:136)
	at org.openmrs.uitestframework.page.Page.selectFrom(Page.java:181)
	at org.openmrs.reference.page.RegistrationPage.selectPatientGender(RegistrationPage.java:143)
	at org.openmrs.reference.page.RegistrationPage.enterPatient(RegistrationPage.java:78)
	at org.openmrs.reference.RegisterPatientTest.registerPatient(RegisterPatientTest.java:42)