From bc5831f069f648fbf0d89a863b28d80dc4c2bf35 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Fri, 3 Aug 2012 10:35:51 +0000 Subject: Make LoginForm work inside iframes (#8144) Automatic test case included but not enabled because it does not currently work with IE6-8 svn changeset:24053/svn branch:6.8 --- .../loginform/LoginFormInIframe.html_disabled | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 tests/testbench/com/vaadin/tests/components/loginform/LoginFormInIframe.html_disabled (limited to 'tests') diff --git a/tests/testbench/com/vaadin/tests/components/loginform/LoginFormInIframe.html_disabled b/tests/testbench/com/vaadin/tests/components/loginform/LoginFormInIframe.html_disabled new file mode 100644 index 0000000000..075bb3c57f --- /dev/null +++ b/tests/testbench/com/vaadin/tests/components/loginform/LoginFormInIframe.html_disabled @@ -0,0 +1,61 @@ + + + + + + +LoginFormTest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LoginFormTest
open/statictestfiles/LoginFormIframe.html
selectFrameLoginForm
selectFramePID6
enterCharacterusernameusername
enterCharacterpasswordpassword
click//form[@id='loginf']/div[5]/div/span/span
selectFramerelative=top
selectFrameLoginForm
assertTextvaadin=runcomvaadintestscomponentsloginformLoginFormTest::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[0]/VVerticalLayout[0]/ChildComponentContainer[0]/VLabel[0]User 'username', password='password' logged in
+ + -- cgit v1.2.3