aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/grid/GridColumnAutoWidthServerTest.java
blob: ed58f5cd97aa218d6eff25b397d1b7fe8fd61bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.vaadin.tests.components.grid;

import com.vaadin.testbench.parallel.TestCategory;

@TestCategory("grid")
public class GridColumnAutoWidthServerTest
        extends AbstractGridColumnAutoWidthTest {
    @Override
    protected Class<?> getUIClass() {
        return GridColumnAutoWidth.class;
    }
}