diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-25 10:29:51 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-25 10:29:51 +0300 |
commit | f21168aa4dde39f12a4f93d9e8f84c23d7f54418 (patch) | |
tree | 9d1723dc0c9d861add37610a4e2a5aafa943d3d8 /tests/integration-testscripts | |
parent | b580bd0cd9dc69f588881ce7735c8039b80c0bd9 (diff) | |
download | vaadin-framework-f21168aa4dde39f12a4f93d9e8f84c23d7f54418.tar.gz vaadin-framework-f21168aa4dde39f12a4f93d9e8f84c23d7f54418.zip |
Tweak tests to cope with changed component paths
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r-- | tests/integration-testscripts/Liferay-5/integration-test-liferay-5.2.3-portlet2.html | 3 | ||||
-rw-r--r-- | tests/integration-testscripts/eXo-3/integration-test-eXo-3.0.3-portlet2.html | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/integration-testscripts/Liferay-5/integration-test-liferay-5.2.3-portlet2.html b/tests/integration-testscripts/Liferay-5/integration-test-liferay-5.2.3-portlet2.html index 3cb45d252a..55c9d18eb8 100644 --- a/tests/integration-testscripts/Liferay-5/integration-test-liferay-5.2.3-portlet2.html +++ b/tests/integration-testscripts/Liferay-5/integration-test-liferay-5.2.3-portlet2.html @@ -123,7 +123,7 @@ </tr> <tr> <td>mouseClickAndWait</td> - <td>vaadin=v-JSR286TestPortlet_WAR_demo_LAYOUT_10706::/VVerticalLayout[0]/ChildComponentContainer[6]/VLink[0]/domChild[0]/domChild[0]</td> + <td>vaadin=v-JSR286TestPortlet_WAR_demo_LAYOUT_10706::/VVerticalLayout[0]/ChildComponentContainer[7]/VLink[0]/domChild[0]/domChild[0]</td> <td>28,7</td> </tr> <tr> @@ -166,7 +166,6 @@ <td>Maximize</td> <td></td> </tr> - </tbody></table> </body> </html> diff --git a/tests/integration-testscripts/eXo-3/integration-test-eXo-3.0.3-portlet2.html b/tests/integration-testscripts/eXo-3/integration-test-eXo-3.0.3-portlet2.html index 62561a66fe..af85dfd161 100644 --- a/tests/integration-testscripts/eXo-3/integration-test-eXo-3.0.3-portlet2.html +++ b/tests/integration-testscripts/eXo-3/integration-test-eXo-3.0.3-portlet2.html @@ -153,7 +153,7 @@ </tr> <tr> <td>mouseClickAndWait</td> - <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div/div[5]/div/div/a</td> + <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div[5]/div/a</td> <td>10,10</td> </tr> <tr> @@ -173,7 +173,7 @@ </tr> <tr> <td>mouseClickAndWait</td> - <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div/div[5]/div/div/a</td> + <td>//div[@id='UIPage']/div/div/div[2]/div/div/div/div/div/div/div[2]/div[5]/div/a</td> <td>15,8</td> </tr> <tr> |