]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use wider age column in GridThemeUI
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 26 Nov 2015 08:41:12 +0000 (10:41 +0200)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Thu, 26 Nov 2015 13:09:42 +0000 (13:09 +0000)
This patch is to test the theme, and not testing a defect (#16597).
Testing with defective screenshots causes problems if the defect is at a
later point fixed.

Change-Id: I3a20d0c6ab79c812752ee5d2765d91a2304e6d0e

uitest/src/com/vaadin/tests/components/grid/GridThemeUI.java

index 09685d5b4cdd7461fdfcae8ec8e8d61d110ad555..871d24d9abe3dff9430f694997f1a056a8609d3b 100644 (file)
@@ -126,7 +126,8 @@ public class GridThemeUI extends AbstractTestUIWithLog {
             b.setSizeFull();
             row.join("address.streetAddress", "address.postalCode",
                     "address.city", "address.country").setComponent(b);
-            getColumn("age").setWidth(25);
+            // TODO: revert back to 25 when #16597 is fixed..
+            getColumn("age").setWidth(42);
             removeColumn("salary");
             setEditorEnabled(true);
             setSizeFull();