aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Anisimov <denis@vaadin.com>2016-10-05 15:11:44 +0300
committerVaadin Code Review <review@vaadin.com>2016-10-05 12:37:45 +0000
commita249d3ba04c7dcf54d77d7df7f8d2d73fb7d9f7b (patch)
tree705275976a5e40b9d55fc237b41372b25298b96c
parent2f6334fe6c8c7dd1354ad850c4b713699573b227 (diff)
downloadvaadin-framework-a249d3ba04c7dcf54d77d7df7f8d2d73fb7d9f7b.tar.gz
vaadin-framework-a249d3ba04c7dcf54d77d7df7f8d2d73fb7d9f7b.zip
Fix for ValoThemeUI test: use new sreenshots with updated DateField.
Change-Id: I4c9105dafb245cbfbac5cc158be2b44e418eba46
-rw-r--r--uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java b/uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java
index 9c55a029ab..7dc8dcdd9b 100644
--- a/uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java
+++ b/uitest/src/test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java
@@ -68,7 +68,7 @@ public class ValoThemeUITest extends MultiBrowserTest {
// Note that this can look broken in IE9 because of some browser
// rendering issue... The problem seems to be in the customized
// horizontal layout in the test app
- compareScreen("datefields-with-range");
+ compareScreen("datefields-localdate-with-range");
}
@Test