Build: #177 failed

Job: Run QA Framework failed

Stages & jobs

  1. BDD UI Test Framework

Given user logs in, searches john and visits first patient dashboard: Test case result

The below summarizes the result of the test "Given user logs in, searches john and visits first patient dashboard" in build 177 of Contrib - OpenMRS QA Framework - Run QA Framework. View test case history
Description
Given user logs in, searches john and visits first patient dashboard
Test class
Scenario: User returns to patient dashboard
Method
Given User logs in, searches John and visits first patient dashboard
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

org.openqa.selenium.TimeoutException: Timed out after 120 seconds waiting for org.openmrs.uitestframework.page.Page$1@417ad4f3 Build info: version: '2.52.0', revision: '4c2593cfc3689a7fcd7be52549167e5ccc93ad28', time: '2016-02-11 11:22:43' System info: host: 'yak', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-185-generic', java.version: '1.8.0_252' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{mobileEmulationEnabled=false, timeouts={implicit=0, pageLoad=300000, script=30000}, hasTouchScreen=false, platform=LINUX, acceptSslCerts=false, goog:chromeOptions={debuggerAddress=localhost:44504}, acceptInsecureCerts=false, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=ignore, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=80.0.3987.106 (f68069574609230cf9b635cd784cfb1bf81bb53a-refs/branch-heads/3987@{#882}), userDataDir=/tmp/.com.google.Chrome.nUiLRc}, takesHeapSnapshot=true, pageLoadStrategy=normal, strictFileInteractability=false, databaseEnabled=false, handlesAlerts=true, version=81.0.4044.138, browserConnectionEnabled=false, proxy={}, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}] Session ID: 8b397d59620c4b48e847e1dea271e8d5
org.openqa.selenium.TimeoutException: Timed out after 120 seconds waiting for org.openmrs.uitestframework.page.Page$1@417ad4f3
Build info: version: '2.52.0', revision: '4c2593cfc3689a7fcd7be52549167e5ccc93ad28', time: '2016-02-11 11:22:43'
System info: host: 'yak', ip: '127.0.0.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.4.0-185-generic', java.version: '1.8.0_252'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [{mobileEmulationEnabled=false, timeouts={implicit=0, pageLoad=300000, script=30000}, hasTouchScreen=false, platform=LINUX, acceptSslCerts=false, goog:chromeOptions={debuggerAddress=localhost:44504}, acceptInsecureCerts=false, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=ignore, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=80.0.3987.106 (f68069574609230cf9b635cd784cfb1bf81bb53a-refs/branch-heads/3987@{#882}), userDataDir=/tmp/.com.google.Chrome.nUiLRc}, takesHeapSnapshot=true, pageLoadStrategy=normal, strictFileInteractability=false, databaseEnabled=false, handlesAlerts=true, version=81.0.4044.138, browserConnectionEnabled=false, proxy={}, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]
Session ID: 8b397d59620c4b48e847e1dea271e8d5
	at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:261)
	at org.openmrs.uitestframework.page.Page.waitForPage(Page.java:122)
	at org.openmrs.uitestframework.test.TestBase.goToLoginPage(TestBase.java:263)
	at org.openmrs.contrib.qaframework.automation.ConditionsSteps.visitFirstJohnsDashboard(ConditionsSteps.java:23)
	at ?.Given User logs in, searches John and visits first patient dashboard(conditions.feature:4)