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

import org.junit.Test;

import com.vaadin.tests.tb3.MultiBrowserTest;

public class MinimalWidthColumnsTest extends MultiBrowserTest {

    @Test
    public void testFor1pxDifference() throws Exception {
        openTestURL();
        waitUntilLoadingIndicatorNotVisible();
        compareScreen("onepixdifference");
    }

}