summaryrefslogtreecommitdiffstats
path: root/uitest/src
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2018-05-08 15:11:34 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-05-08 15:11:34 +0300
commit7d9d37b6dd705f2de9f1c6a005b8cf3b54e7242b (patch)
tree35880a4bc5d21f0b1a365c5567a6bf985e216d45 /uitest/src
parent5b5792364a41ab8de28d90e26f42bbbe01ac1dac (diff)
downloadvaadin-framework-7d9d37b6dd705f2de9f1c6a005b8cf3b54e7242b.tar.gz
vaadin-framework-7d9d37b6dd705f2de9f1c6a005b8cf3b54e7242b.zip
Fix ColorPickerElement and ColorPicker test (#10903)
Diffstat (limited to 'uitest/src')
-rw-r--r--uitest/src/test/java/com/vaadin/tests/components/colorpicker/ValoColorPickerInputFormatsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/components/colorpicker/ValoColorPickerInputFormatsTest.java b/uitest/src/test/java/com/vaadin/tests/components/colorpicker/ValoColorPickerInputFormatsTest.java
index e2dda5a87e..5c4207ddc4 100644
--- a/uitest/src/test/java/com/vaadin/tests/components/colorpicker/ValoColorPickerInputFormatsTest.java
+++ b/uitest/src/test/java/com/vaadin/tests/components/colorpicker/ValoColorPickerInputFormatsTest.java
@@ -77,7 +77,7 @@ public class ValoColorPickerInputFormatsTest extends MultiBrowserTest {
public void testHSLAValue() {
setColorpickerValue("hsla(120, 0, 50%, 0.3)");
- assertEquals("#00ff00", previewElement.getColorFieldValue());
+ assertEquals("#808080", previewElement.getColorFieldValue());
}
@Test