aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/layouts/layouttester/GridLayout/GridLayoutSizingTest.java
blob: b94f00ddb89033e1c82d0489d2b0c029add04034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.vaadin.tests.layouts.layouttester.GridLayout;

import java.io.IOException;

import com.vaadin.tests.layouts.layouttester.BaseLayoutSizingTest;

public class GridLayoutSizingTest extends BaseLayoutSizingTest {

    @Override
    public void LayoutSizing() throws IOException, InterruptedException {
        states[0] = "setSize600px";
        super.LayoutSizing();
    }
}