diff options
author | Artur Signell <artur@vaadin.com> | 2012-04-19 16:30:18 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-04-19 22:10:35 +0300 |
commit | 3e374618c128f8a740909b344399fff8796a6d2c (patch) | |
tree | 52e7cd426cba13e4fb8eaff196840f631a059f6f /tests/integration-testscripts | |
parent | 0d13b7f8216fe63f08f04844dfe7f0c62eee1f87 (diff) | |
download | vaadin-framework-3e374618c128f8a740909b344399fff8796a6d2c.tar.gz vaadin-framework-3e374618c128f8a740909b344399fff8796a6d2c.zip |
Fixed GateIn portal support and action request problem (#8670)
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r-- | tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html b/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html index d97a9dce4a..85258d7036 100644 --- a/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html +++ b/tests/integration-testscripts/GateIn-3/integration-test-GateIn-3.1.0-portlet2.html @@ -118,7 +118,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> @@ -138,7 +138,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> |