aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/tb3/WebsocketTest.java
blob: 35857d078aa4fbac579a8b9a4cf04f5090d063af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.vaadin.tests.tb3;

import com.vaadin.testbench.parallel.TestCategory;

/**
 * A {@link MultiBrowserTest} which restricts the tests to the browsers which
 * support websocket
 *
 * @author Vaadin Ltd
 */
@TestCategory("push")
public abstract class WebsocketTest extends MultiBrowserTest {
}