summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-09-07 14:29:20 +0300
committerVaadin Code Review <review@vaadin.com>2015-09-07 13:25:09 +0000
commit6992460acb6b0980c5224ef32d8f6f6c405bd4ea (patch)
treee1269ee5cc33ffc6fe6291f5975a7b0720354fc7 /uitest
parent91800a4420d4ce1afc6904f0e77bd1e170cee763 (diff)
downloadvaadin-framework-6992460acb6b0980c5224ef32d8f6f6c405bd4ea.tar.gz
vaadin-framework-6992460acb6b0980c5224ef32d8f6f6c405bd4ea.zip
Better category for reconnect dialog tests
Change-Id: I71b887e39e905bf69065f53c9c291b98091ae7c2
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/tests/application/ReconnectDialogThemeTest.java2
-rw-r--r--uitest/src/com/vaadin/tests/application/ReconnectDialogUITest.java2
2 files changed, 3 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/application/ReconnectDialogThemeTest.java b/uitest/src/com/vaadin/tests/application/ReconnectDialogThemeTest.java
index b9e57d39e8..2d263a7de9 100644
--- a/uitest/src/com/vaadin/tests/application/ReconnectDialogThemeTest.java
+++ b/uitest/src/com/vaadin/tests/application/ReconnectDialogThemeTest.java
@@ -36,7 +36,7 @@ import com.vaadin.testbench.parallel.TestCategory;
import com.vaadin.tests.tb3.CustomTestBenchCommandExecutor;
import com.vaadin.tests.tb3.MultiBrowserThemeTestWithProxy;
-@TestCategory("")
+@TestCategory("communication")
public class ReconnectDialogThemeTest extends MultiBrowserThemeTestWithProxy {
static By reconnectDialogBy = By.className("v-reconnect-dialog");
diff --git a/uitest/src/com/vaadin/tests/application/ReconnectDialogUITest.java b/uitest/src/com/vaadin/tests/application/ReconnectDialogUITest.java
index 0a31402c13..34660720d1 100644
--- a/uitest/src/com/vaadin/tests/application/ReconnectDialogUITest.java
+++ b/uitest/src/com/vaadin/tests/application/ReconnectDialogUITest.java
@@ -24,8 +24,10 @@ import org.openqa.selenium.support.ui.ExpectedCondition;
import com.jcraft.jsch.JSchException;
import com.vaadin.testbench.elements.ButtonElement;
+import com.vaadin.testbench.parallel.TestCategory;
import com.vaadin.tests.tb3.MultiBrowserTestWithProxy;
+@TestCategory("communication")
public class ReconnectDialogUITest extends MultiBrowserTestWithProxy {
@Test