summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-08-21 14:51:50 +0300
committerJohn Ahlroos <john@vaadin.com>2013-08-21 14:51:50 +0300
commit234ed1c9b51a6db1b87a2e6afe0609227b7bd67e (patch)
treec997803f2939eadf11ba11c24e842dd73678d36d
parent7dfe5aea9067a2cee35390af7de29d14cd42420a (diff)
downloadvaadin-framework-234ed1c9b51a6db1b87a2e6afe0609227b7bd67e.tar.gz
vaadin-framework-234ed1c9b51a6db1b87a2e6afe0609227b7bd67e.zip
Fixed test broken by PopupDateField communication change #6252
After #6252 the value is no longer communicated to the server immediatly but only once the popup is closed. Changed the test to assume the new behaviour. Change-Id: I74782971d47367a8a57a520d5f4ab736f9b37c2c
-rw-r--r--uitest/src/com/vaadin/tests/components/datefield/TestSettingTimeOnInitiallyNullPopupDateField.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/datefield/TestSettingTimeOnInitiallyNullPopupDateField.html b/uitest/src/com/vaadin/tests/components/datefield/TestSettingTimeOnInitiallyNullPopupDateField.html
index 9fabd8b1e7..9db6763296 100644
--- a/uitest/src/com/vaadin/tests/components/datefield/TestSettingTimeOnInitiallyNullPopupDateField.html
+++ b/uitest/src/com/vaadin/tests/components/datefield/TestSettingTimeOnInitiallyNullPopupDateField.html
@@ -107,6 +107,11 @@
<td>index=1</td>
</tr>
<tr>
+ <td>pressSpecialKey</td>
+ <td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFieldTest::Root/VOverlay[0]/VCalendarPanel[0]#ampm</td>
+ <td>[tab]</td>
+</tr>
+<tr>
<td>assertText</td>
<td>vaadin=runcomvaadintestscomponentsdatefieldPopupDateFieldTest::PID_SLog_row_0</td>
<td>*. ValueChangeEvent, new value: * DATE(D), DATE(YYYY) 12:00:00.000</td>