aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/gridlayout/GridLayoutCaptionAlignmentTest.java
blob: 2c483dede30e1622ad4a74afb9447ae3ac6d89af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.vaadin.tests.components.gridlayout;

import java.io.IOException;

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public class GridLayoutCaptionAlignmentTest extends MultiBrowserTest {

    @Test
    public void testCaptionAlignments() throws IOException {
        openTestURL();
        compareScreen("gridlayout-caption-alignment");
    }

}