diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java b/uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java index 90c01116cc..096b07546a 100644 --- a/uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java +++ b/uitest/src/com/vaadin/tests/components/colorpicker/ColorPickerInputFormatsTest.java @@ -87,7 +87,7 @@ public class ColorPickerInputFormatsTest extends MultiBrowserTest { field.sendKeys(value); // Submit - field.sendKeys(Keys.ENTER); + field.sendKeys(Keys.RETURN); } private String getColorpickerValue() { |