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

import java.io.IOException;

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public abstract class BaseLayoutRegErrorTest extends MultiBrowserTest {

    @Test
    public void LayoutRegError() throws IOException {
        openTestURL();
        compareScreen("RegError");
    }

}