diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-03-11 15:30:09 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-03-11 15:30:09 +0000 |
commit | 222a4f869a754a9f8c1294045423809f299886b9 (patch) | |
tree | 83c92879cb6fb041b244a8f63b665e00ecf224da /tests | |
parent | 34f26e6711bba490f656000d1042e7ddd91b8f9e (diff) | |
download | vaadin-framework-222a4f869a754a9f8c1294045423809f299886b9.tar.gz vaadin-framework-222a4f869a754a9f8c1294045423809f299886b9.zip |
Include drag'n'drop sorting sample
svn changeset:11795/svn branch:6.3
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 917064bbfc..dc197c8c38 100644 --- a/tests/scripts/sampler-all-samples.html +++ b/tests/scripts/sampler-all-samples.html @@ -1053,6 +1053,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>mouseClick</td> @@ -2316,6 +2326,27 @@ <td></td> <td></td> </tr> +<!--DragDropTreeSorting--> +<tr> +<td>screenCapture</td> +<td></td> +<td>DragDropTreeSorting</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> <!--LayoutMargin--> <tr> <td>screenCapture</td> |