diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-08-25 07:27:22 +0000 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-08-25 07:27:22 +0000 |
commit | 6bf025cca40b76ed53472c2506ead508088b99bb (patch) | |
tree | bd1f0bdf5435aebb15af51ce3cb66a7eed93ca4f /tests | |
parent | 082f3762e6edbe30ca295504d4e0799b51865bd5 (diff) | |
download | vaadin-framework-6bf025cca40b76ed53472c2506ead508088b99bb.tar.gz vaadin-framework-6bf025cca40b76ed53472c2506ead508088b99bb.zip |
Added a short pause as Opera in some cases seem to cause timing issues #6066
svn changeset:20637/svn branch:6.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/com/vaadin/tests/components/datefield/DateFieldTimezone.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/com/vaadin/tests/components/datefield/DateFieldTimezone.html b/tests/src/com/vaadin/tests/components/datefield/DateFieldTimezone.html index c20a711b04..ca354dd240 100644 --- a/tests/src/com/vaadin/tests/components/datefield/DateFieldTimezone.html +++ b/tests/src/com/vaadin/tests/components/datefield/DateFieldTimezone.html @@ -32,6 +32,11 @@ <td>enter</td> </tr> <tr> + <td>pause</td> + <td></td> + <td>250</td> +</tr> +<tr> <td>assertValue</td> <td>vaadin=runcomvaadintestscomponentsdatefieldDateFieldTimezone::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[2]/VPopupCalendar[0]#field</td> <td>1/1/10 02:00:00.000 AM</td> |