diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/PushFromInitTest.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/push/PushFromInitTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/push/PushFromInitTest.java b/uitest/src/com/vaadin/tests/push/PushFromInitTest.java index 4101de29cf..15453fc054 100644 --- a/uitest/src/com/vaadin/tests/push/PushFromInitTest.java +++ b/uitest/src/com/vaadin/tests/push/PushFromInitTest.java @@ -19,8 +19,10 @@ import org.junit.Test; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.ExpectedCondition; +import com.vaadin.tests.annotations.TestCategory; import com.vaadin.tests.tb3.MultiBrowserTest; +@TestCategory("push") public class PushFromInitTest extends MultiBrowserTest { @Test public void testPushFromInit() { |