aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Koskinen <anna@vaadin.com>2014-10-22 11:26:52 +0300
committerVaadin Code Review <review@vaadin.com>2014-10-22 09:02:24 +0000
commit4c8e883dc4c809dc08a60b4ea49313a302bcea05 (patch)
tree85698fac35cbecfe234bfb6783dc652d5ccee1dd
parentc86d23aab72ac41905f73d746fd05c4a6c1e1a6a (diff)
downloadvaadin-framework-4c8e883dc4c809dc08a60b4ea49313a302bcea05.tar.gz
vaadin-framework-4c8e883dc4c809dc08a60b4ea49313a302bcea05.zip
Test fix now that FormLayout margins work again. (#14890)
Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70
-rw-r--r--uitest/src/com/vaadin/tests/themes/valo/DateFields.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/themes/valo/DateFields.java b/uitest/src/com/vaadin/tests/themes/valo/DateFields.java
index 5a752cd985..4b29f83621 100644
--- a/uitest/src/com/vaadin/tests/themes/valo/DateFields.java
+++ b/uitest/src/com/vaadin/tests/themes/valo/DateFields.java
@@ -203,6 +203,7 @@ public class DateFields extends VerticalLayout implements View {
item.addItemProperty("date", new ObjectProperty<Date>(getDefaultDate()));
FormLayout form = new FormLayout();
+ form.setMargin(false);
FieldGroup binder = new FieldGroup(item);
form.addComponent(binder.buildAndBind(