]> source.dussan.org Git - vaadin-framework.git/commitdiff
Change ColorPickerInputFormatsTest for use Keys.RETURN.
authorSauli Tähkäpää <sauli@vaadin.com>
Mon, 26 May 2014 11:40:43 +0000 (14:40 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 26 May 2014 11:53:02 +0000 (11:53 +0000)
Change-Id: Ic8ad7163d35e0e1c2d44e928cd52ca66a637b7fa

uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java

index 90c01116ccc20885695140f2f26d8883154f4a2c..096b07546a22555debafce732dfd6bdb987be590 100644 (file)
@@ -87,7 +87,7 @@ public class ColorPickerInputFormatsTest extends MultiBrowserTest {
         field.sendKeys(value);
 
         // Submit
-        field.sendKeys(Keys.ENTER);
+        field.sendKeys(Keys.RETURN);
     }
 
     private String getColorpickerValue() {