From a249d3ba04c7dcf54d77d7df7f8d2d73fb7d9f7b Mon Sep 17 00:00:00 2001 From: Denis Anisimov Date: Wed, 5 Oct 2016 15:11:44 +0300 Subject: [PATCH] Fix for ValoThemeUI test: use new sreenshots with updated DateField. Change-Id: I4c9105dafb245cbfbac5cc158be2b44e418eba46 --- .../test/java/com/vaadin/tests/themes/valo/ValoThemeUITest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5