From fccac310f204dd12a7f23973aaab8b570e446d69 Mon Sep 17 00:00:00 2001 From: Jonatan Kronqvist Date: Fri, 2 Jul 2010 06:50:33 +0000 Subject: [PATCH] Still more fixes for the PopupViewShouldCloseOnTabOut test. svn changeset:14021/svn branch:6.4 --- .../PopupViewShouldCloseOnTabOut.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/src/com/vaadin/tests/components/popupview/PopupViewShouldCloseOnTabOut.html b/tests/src/com/vaadin/tests/components/popupview/PopupViewShouldCloseOnTabOut.html index 34794b8405..fb62215f16 100644 --- a/tests/src/com/vaadin/tests/components/popupview/PopupViewShouldCloseOnTabOut.html +++ b/tests/src/com/vaadin/tests/components/popupview/PopupViewShouldCloseOnTabOut.html @@ -16,21 +16,41 @@ /run/com.vaadin.tests.components.popupview.PopupViewShouldCloseOnTabOut?restartApplication + + waitForVaadin + + + mouseClick vaadin=runcomvaadintestscomponentspopupviewPopupViewShouldCloseOnTabOut::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPopupView[0]/domChild[0] 16,8 + + waitForVaadin + + + mouseClick //div[1]/div/input + + waitForVaadin + + + pressSpecialKey vaadin=runcomvaadintestscomponentspopupviewPopupViewShouldCloseOnTabOut::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VPopupView[0]/domChild[0] shift tab + + waitForVaadin + + + pause 100 -- 2.39.5