diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-02-12 14:57:13 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-02-19 15:19:46 +0200 |
commit | fd8078d691f6b6eec407882280730104f5027e3d (patch) | |
tree | 1e9e3dac572d9951a55d6d00e935167c6056eb27 /uitest/src/com/vaadin/tests/push/PushFromInitTest.java | |
parent | f4e002e36be983b16c6324255780fd7e74710d68 (diff) | |
download | vaadin-framework-fd8078d691f6b6eec407882280730104f5027e3d.tar.gz vaadin-framework-fd8078d691f6b6eec407882280730104f5027e3d.zip |
Use TestBench-4.0.2
- Based on TB4 Parallel testing.
- Browser setup no longer uses static capabilities.
- Some code cleanup here and there.
Change-Id: I5c419316cd36f4f5041eaa8da8fda3d8b46596c4
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, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/push/PushFromInitTest.java b/uitest/src/com/vaadin/tests/push/PushFromInitTest.java index a285d91e92..fe7ebebef1 100644 --- a/uitest/src/com/vaadin/tests/push/PushFromInitTest.java +++ b/uitest/src/com/vaadin/tests/push/PushFromInitTest.java @@ -19,7 +19,7 @@ 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.testbench.parallel.TestCategory; import com.vaadin.tests.tb3.MultiBrowserTest; @TestCategory("push") |