diff options
Diffstat (limited to 'tests/integration-testscripts')
-rw-r--r-- | tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html b/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html index dee7b6da69..3f5ec1ce90 100644 --- a/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html +++ b/tests/integration-testscripts/GoogleAppEngine/integration-test-GAE.html @@ -13,7 +13,7 @@ </thead><tbody> <tr> <td>openAndWait</td> - <td>/run/com.vaadin.tests.integration.IntegrationTestApplication?restartApplication</td> + <td>/integration/?restartApplication</td> <td></td> </tr> <tr> @@ -23,7 +23,7 @@ </tr> <tr> <td>mouseClick</td> - <td>vaadin=runcomvaadintestsintegrationIntegrationTestApplication::/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> + <td>vaadin=integration::/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[0]/domChild[1]/domChild[0]</td> <td>51,13</td> </tr> <tr> @@ -33,7 +33,7 @@ </tr> <tr> <td>assertText</td> - <td>vaadin=runcomvaadintestsintegrationIntegrationTestApplication::/VVerticalLayout[0]/ChildComponentContainer[1]/VLabel[0]</td> + <td>vaadin=integration::/VVerticalLayout[0]/ChildComponentContainer[1]/VLabel[0]</td> <td>FI</td> </tr> |