diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-08-28 09:19:33 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-08-28 09:19:33 +0000 |
commit | e1271bd00cf934991ab029f11ba3033ad7bbd079 (patch) | |
tree | c209eaa758a766f99da6ebea76dde2d7eff6d1ee /tests | |
parent | 36e5bffae7ff6d63c04eccc94a902d4d2331cfea (diff) | |
download | vaadin-framework-e1271bd00cf934991ab029f11ba3033ad7bbd079.tar.gz vaadin-framework-e1271bd00cf934991ab029f11ba3033ad7bbd079.zip |
Updated testcase for Sampler change of Button -> NativeButton
svn changeset:8571/svn branch:6.1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sampler/smoketest.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/sampler/smoketest.html b/tests/sampler/smoketest.html index 38f31fb060..ac9762be5a 100644 --- a/tests/sampler/smoketest.html +++ b/tests/sampler/smoketest.html @@ -3,13 +3,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<link rel="selenium.base" href="" /> -<title>test</title> +<link rel="selenium.base" href="http://localhost:8888/" /> +<title>smoketest</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">test</td></tr> +<tr><td rowspan="1" colspan="3">smoketest</td></tr> </thead><tbody> <tr> <td>open</td> @@ -23,7 +23,7 @@ </tr> <tr> <td>click</td> - <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[1]/VSplitPanelHorizontal[0]/VPanel[0]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[1]/VButton[0]</td> + <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[1]/VSplitPanelHorizontal[0]/VPanel[0]/VGridLayout[0]/AbsolutePanel[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td></td> </tr> <tr> @@ -33,7 +33,7 @@ </tr> <tr> <td>click</td> - <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VButton[0]</td> + <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td></td> </tr> <tr> @@ -43,7 +43,7 @@ </tr> <tr> <td>click</td> - <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VButton[0]</td> + <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td></td> </tr> <tr> @@ -53,7 +53,7 @@ </tr> <tr> <td>click</td> - <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VButton[0]</td> + <td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> <td></td> </tr> <tr> |