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

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public class LabelModesTest extends MultiBrowserTest {

    @Test
    public void testLabelModes() throws Exception {
        openTestURL();
        compareScreen("labelmodes");
    }

}