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

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public class WindowWithIconTest extends MultiBrowserTest {

    @Test
    public void testWindowWithIcon() throws Exception {
        openTestURL();

        compareScreen("icon-rendered-properly");
    }

}