diff options
author | Artur Signell <artur@vaadin.com> | 2015-06-22 21:06:33 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-07-04 13:22:40 +0300 |
commit | f68f1d058d600f2802d60a72227514c66f2b2a51 (patch) | |
tree | d503b6c96afa5c69b2f715357b6deb2db4e6bd1f | |
parent | 12d074a97b576e87fbbab50f495abf99b7828414 (diff) | |
download | vaadin-framework-f68f1d058d600f2802d60a72227514c66f2b2a51.tar.gz vaadin-framework-f68f1d058d600f2802d60a72227514c66f2b2a51.zip |
Fix Gatein test to be compatible with Chrome
Change-Id: Ib915a114fa63138c81bef6a69a9292e53d9d4bf1
-rw-r--r-- | uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html b/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html index 7df5894f15..258e698c94 100644 --- a/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html +++ b/uitest/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html @@ -181,13 +181,13 @@ <!--Start of actual portlet test--> <tr> <td>waitForElementPresent</td> - <td>//div[2]/div/div/div/span</td> + <td>//div[contains(@class,'PORTLET-FRAGMENT')]/div[contains(@class,'v-app')]</td> <td></td> </tr> <tr> - <td>assertText</td> - <td>//div[2]/div/div/div/span</td> + <td>assertTextPresent</td> <td>Test of ApplicationResources with full path</td> + <td></td> </tr> <tr> <td>assertText</td> |