diff options
author | Artur Signell <artur@vaadin.com> | 2015-06-22 21:06:33 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-06-25 11:04:17 +0000 |
commit | 7552e9c4aa3c5bb7e7a4e5cfe50f4829a7c452af (patch) | |
tree | 8b69e854671a6672feff7943da3e2b80f0e1d035 /uitest | |
parent | cf10bd0712114d175a8898a9a4998a1da04b2e3f (diff) | |
download | vaadin-framework-7552e9c4aa3c5bb7e7a4e5cfe50f4829a7c452af.tar.gz vaadin-framework-7552e9c4aa3c5bb7e7a4e5cfe50f4829a7c452af.zip |
Fix Gatein test to be compatible with Chrome
Change-Id: I34055b60f8b4ea0ae37a3497348577e4029f4d39
Diffstat (limited to 'uitest')
-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> |