# Reference Application UI Tests Failures!

**URL:** https://talk.openmrs.org/t/reference-application-ui-tests-failures/9241
**Category:** Development
**Created:** [December 22, 2016, 10:39am UTC](https://talk.openmrs.org/t/reference-application-ui-tests-failures/9241 "2016-12-22T10:39:30Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![domenico](https://talk.openmrs.org/letter_avatar/domenico/32/5_5575768a8748004e209b776fc1b2916d.png) [@domenico](https://talk.openmrs.org/u/domenico)
#### Post date: [January 21, 2017, 11:56pm UTC](https://talk.openmrs.org/t/reference-application-ui-tests-failures/9241/15 "2017-01-21T23:56:31Z")

</div>

Rafal,

I’m trying to install OpenMRS, but I got a [problem](https://talk.openmrs.org/t/database-driver-class-was-not-found/9675). Regarding your issue, what I guess it does not work properly is the following method which returns false even if it should return true.

```
public boolean containsTextWithoutWait(String text) {
return driver.getPageSource().contains(text);
}

```

Some users report of a [problem](http://stackoverflow.com/questions/19358658/selenium-driver-getpagesource-differs-than-the-source-viewed-from-browser) with getPageSource. Maybe here we have the same issue, unfortunately I can’t verify my hypothesis. I hope to make OpenMRS work asap and provides your with a solution.

---

_[View the full topic](https://talk.openmrs.org/t/reference-application-ui-tests-failures/9241)._
