From: Sauli Tähkäpää Date: Mon, 26 May 2014 11:40:43 +0000 (+0300) Subject: Change ColorPickerInputFormatsTest for use Keys.RETURN. X-Git-Tag: 7.3.0.alpha3~1^2~3^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=17b5b7bf508586626da48e21b9c72694f03c7ff2;p=vaadin-framework.git Change ColorPickerInputFormatsTest for use Keys.RETURN. Change-Id: Ic8ad7163d35e0e1c2d44e928cd52ca66a637b7fa --- 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() {