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

import org.junit.Test;

import com.vaadin.tests.tb3.SingleBrowserTest;

public class TreeGridNoHeaderOnInitTest extends SingleBrowserTest {

    @Test
    public void no_exception_thrown() {
        setDebug(true);
        openTestURL();
        assertNoErrorNotifications();
    }
}