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

import org.junit.Test;

import com.vaadin.testbench.elements.VerticalLayoutElement;
import com.vaadin.tests.tb3.SingleBrowserTest;

public class LayoutComponentGroupTest extends SingleBrowserTest {

    @Test
    public void renderedWithoutRoundedBordersInTheMiddle() throws Exception {
        openTestURL();
        compareScreen($(VerticalLayoutElement.class).id("container"),
                "buttongroups");
    }
}