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

import java.io.IOException;

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public class TreeTableRowIconsTest extends MultiBrowserTest {

    public final String SCREENSHOT_NAME = "TreeTableRowIcons";

    @Test
    public void checkScreenshot() throws IOException {
        openTestURL();
        compareScreen(SCREENSHOT_NAME);
    }

}