diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-09-15 09:19:12 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-09-15 09:19:12 +0000 |
commit | 6e658db4eb6b80fe54b5cf4c60d66174e64d1d77 (patch) | |
tree | 4e4fe1c8970fff84af3626479dab294b08de9a11 /tests | |
parent | adab2d2f7b6fcc2cceb63ad8ebd58cf99c31c4c4 (diff) | |
download | vaadin-framework-6e658db4eb6b80fe54b5cf4c60d66174e64d1d77.tar.gz vaadin-framework-6e658db4eb6b80fe54b5cf4c60d66174e64d1d77.zip |
Added delay to get consistent screenshots after #7393
svn changeset:21033/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/table/CollapseIndicatorOverlapsColumn.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/src/com/vaadin/tests/components/table/CollapseIndicatorOverlapsColumn.html b/tests/src/com/vaadin/tests/components/table/CollapseIndicatorOverlapsColumn.html index 3f0f2cfcf2..e3d0821642 100644 --- a/tests/src/com/vaadin/tests/components/table/CollapseIndicatorOverlapsColumn.html +++ b/tests/src/com/vaadin/tests/components/table/CollapseIndicatorOverlapsColumn.html @@ -37,6 +37,16 @@ <td></td> </tr> <tr> + <td>Wait to ensure the dragged element is updated by the start of the drag</td> + <td></td> + <td></td> +</tr> +<tr> + <td>pause</td> + <td></td> + <td>200</td> +</tr> +<tr> <td>drop</td> <td>vaadin=runcomvaadintestscomponentstableCollapseIndicatorOverlapsColumn::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td> <td>-100,0</td> |