Parcourir la source

Avoid test component disappearing

Change-Id: Ida36348ba9ef9b6bfdf634353c48c027e344b898
tags/7.0.0.rc1
Leif Åstrand il y a 11 ans
Parent
révision
4516d864b1

+ 2
- 0
uitest/src/com/vaadin/tests/layouts/layouttester/GridLayoutTests.java Voir le fichier

@@ -533,6 +533,8 @@ public class GridLayoutTests extends AbstractLayoutTests {

glo.replaceComponent(col1, col1 = new TextField("TEXTFIELD"));
glo.replaceComponent(col2, col2 = new Label("LABEL"));
// Make sure it doesn't shrink to 0px
col2.setWidth(null);
glo.replaceComponent(col3, col3 = new Link("LINK", null));

col1.setIcon(icons[0]);

Chargement…
Annuler
Enregistrer