diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-12-17 06:35:31 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-12-17 06:35:31 +0000 |
commit | 0b03001a5d2a590a4471c80165c35e663bd452fd (patch) | |
tree | 145b8e80143ee90a2792d1bef855a2b0897cfa93 /tests | |
parent | 649b41d5dde2455ea99b2eef8ef68a7d8d1735b0 (diff) | |
download | vaadin-framework-0b03001a5d2a590a4471c80165c35e663bd452fd.tar.gz vaadin-framework-0b03001a5d2a590a4471c80165c35e663bd452fd.zip |
Updated sampler test script to include new sample
svn changeset:10364/svn branch:6.2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/sampler-all-samples.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/scripts/sampler-all-samples.html b/tests/scripts/sampler-all-samples.html index 4e87d25f8b..76d13a6d7b 100644 --- a/tests/scripts/sampler-all-samples.html +++ b/tests/scripts/sampler-all-samples.html @@ -1033,6 +1033,16 @@ <td></td> <td></td> </tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--Start over from the main page--> <tr> <td>openAndWait</td> @@ -1908,6 +1918,27 @@ <td></td> <td></td> </tr> +<!--LoginForm--> +<tr> +<td>screenCapture</td> +<td></td> +<td>LoginForm</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[7]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--TableHeaderIcons--> <tr> <td>screenCapture</td> |