diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-02 05:16:18 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-02 05:16:18 +0000 |
commit | a290177252ce8cb8931610bd001c891b09668fd3 (patch) | |
tree | 13ad3a0dfe7ec25645a2978b801396fa8d25bf61 /tests/scripts | |
parent | f7f3086ce15fcea6b09a54750e42fa619ab6298c (diff) | |
download | vaadin-framework-a290177252ce8cb8931610bd001c891b09668fd3.tar.gz vaadin-framework-a290177252ce8cb8931610bd001c891b09668fd3.zip |
Possible workaround for inconsitent -black/white/blue screenshots
svn changeset:14681/svn branch:6.4
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/reindeer-demo.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/scripts/reindeer-demo.html b/tests/scripts/reindeer-demo.html index d12112649d..f743073e87 100644 --- a/tests/scripts/reindeer-demo.html +++ b/tests/scripts/reindeer-demo.html @@ -66,6 +66,12 @@ <td>vaadin=ReindeerTheme::/VVerticalLayout[0]/ChildComponentContainer[2]/VCssLayout[0]/VCssLayout$FlowPane[0]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[10]/domChild[0]/domChild[0]/domChild[0]</td>
<td>44,10</td>
</tr>
+<!-- Workaround for a weird bug when the first tab is not selected before the screenshots are taken -->
+<tr>
+ <td>pause</td>
+ <td>100</td>
+ <td></td>
+</tr>
<tr>
<td>mouseClick</td>
<td>vaadin=ReindeerTheme::/VVerticalLayout[0]/ChildComponentContainer[2]/VCssLayout[0]/VCssLayout$FlowPane[0]/VTabsheet[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]/domChild[0]</td>
|