From 121c6138e81f7e46dcadf1acdbc42313296ffc85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Wed, 17 Oct 2012 11:04:20 +0300 Subject: [PATCH] Properly wait for the new page to load Change-Id: I46ccd08732a90f2f737daa8d0c4b4c4509ae8476 --- .../vaadin/tests/integration/ProxyTest.html | 21 +++---------------- 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/uitest/src/com/vaadin/tests/integration/ProxyTest.html b/uitest/src/com/vaadin/tests/integration/ProxyTest.html index f52f35ed55..b4e11210fc 100644 --- a/uitest/src/com/vaadin/tests/integration/ProxyTest.html +++ b/uitest/src/com/vaadin/tests/integration/ProxyTest.html @@ -22,15 +22,10 @@ - click + clickAndWait vaadin=runcomvaadintestsintegrationProxyTest::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[2]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VLink[0]/domChild[0]/domChild[0] - - pause - - 2000 - assertText vaadin=embed1::/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VLabel[0] @@ -52,15 +47,10 @@ - click + clickAndWait vaadin=runcomvaadintestsintegrationProxyTest::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[2]/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VLink[0]/domChild[0]/domChild[0] - - pause - - 2000 - mouseClick vaadin=embed1::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VHorizontalLayout[0]/VOrderedLayout$Slot[0]/VCheckBox[0]/domChild[0] @@ -77,15 +67,10 @@ - click + clickAndWait vaadin=runcomvaadintestsintegrationProxyTest::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[2]/VVerticalLayout[0]/VOrderedLayout$Slot[2]/VLink[0]/domChild[0]/domChild[0] - - pause - - 2000 - mouseClick vaadin=runcomvaadintestscomponentsbuttonButtons::/VVerticalLayout[0]/VOrderedLayout$Slot[1]/VVerticalLayout[0]/VOrderedLayout$Slot[0]/VHorizontalLayout[0]/VOrderedLayout$Slot[0]/VCheckBox[0]/domChild[0] -- 2.39.5