diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-02-08 15:20:21 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-02-08 15:20:21 +0000 |
commit | 21ce7f95bb63a92c0d220a56ad007e04ecad905c (patch) | |
tree | 73987944df01479b1a2192d73fb811b1f9928321 /tests | |
parent | 4938ab7934fb3c79209c4f0ddb55f5c361749687 (diff) | |
download | vaadin-framework-21ce7f95bb63a92c0d220a56ad007e04ecad905c.tar.gz vaadin-framework-21ce7f95bb63a92c0d220a56ad007e04ecad905c.zip |
Avoid issues with images not yet loaded when taking the screenshot
svn changeset:17225/svn branch:6.5
Diffstat (limited to 'tests')
-rw-r--r-- | tests/scripts/runo-demo.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scripts/runo-demo.html b/tests/scripts/runo-demo.html index f10f3fb316..c509cfd159 100644 --- a/tests/scripts/runo-demo.html +++ b/tests/scripts/runo-demo.html @@ -27,6 +27,11 @@ <td></td>
</tr>
<tr>
+ <td>pause</td>
+ <td>2000</td>
+ <td></td>
+</tr>
+<tr>
<td>screenCapture</td>
<td></td>
<td>samplelayouts-medialibrary</td>
|