diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-11-13 14:23:31 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-11-13 14:23:31 +0000 |
commit | 45ecd4d2ce5d042255b279b5cc36e36cacaa073b (patch) | |
tree | 0b49a30ca1fa8796b638ce9e8c886b9ad6418308 /tests/scripts | |
parent | ade8ee559514d7c28a6e45ca99c10626910af59e (diff) | |
download | vaadin-framework-45ecd4d2ce5d042255b279b5cc36e36cacaa073b.tar.gz vaadin-framework-45ecd4d2ce5d042255b279b5cc36e36cacaa073b.zip |
Updated test to include tabsheet closing sample
svn changeset:9793/svn branch:6.2
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/sampler-all-samples.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/scripts/sampler-all-samples.html b/tests/scripts/sampler-all-samples.html index 2c29775df2..00e794c77b 100644 --- a/tests/scripts/sampler-all-samples.html +++ b/tests/scripts/sampler-all-samples.html @@ -925,6 +925,21 @@ <tr> <td>screenCapture</td> <td></td> + <td>Components-Tabsheets-TabSheetClosing</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>11,13</td> +</tr> +<tr> + <td>waitForVaadin</td> + <td></td> + <td></td> +</tr> +<tr> + <td>screenCapture</td> + <td></td> <td>Components-Texts-LabelPlain</td> </tr> <tr> |