diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-26 08:31:56 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-06-26 08:31:56 +0300 |
commit | dee4a2caa80066bcdd031ec445c8bf80ba313ab9 (patch) | |
tree | 4c33d62b816ab52e0f4677c9a9a42175e365d9fe /uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java | |
parent | bc296c69a3cf0cefd9f0b40be7eaf71c23923778 (diff) | |
download | vaadin-framework-dee4a2caa80066bcdd031ec445c8bf80ba313ab9.tar.gz vaadin-framework-dee4a2caa80066bcdd031ec445c8bf80ba313ab9.zip |
Remove PhantomJS from testing (#10997)
Diffstat (limited to 'uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java')
-rw-r--r-- | uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java b/uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java index faa7f45ab3..53a7852b21 100644 --- a/uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java +++ b/uitest/src/test/java/com/vaadin/tests/push/PushConfigurationWebSocketTest.java @@ -4,18 +4,10 @@ import static org.hamcrest.CoreMatchers.containsString; import static org.hamcrest.CoreMatchers.not; import static org.hamcrest.MatcherAssert.assertThat; -import java.util.List; - import org.junit.Test; -import org.openqa.selenium.remote.DesiredCapabilities; public class PushConfigurationWebSocketTest extends PushConfigurationTest { - @Override - public List<DesiredCapabilities> getBrowsersToTest() { - return getBrowsersSupportingWebSocket(); - } - @Test public void testWebsocket() throws InterruptedException { getTransportSelect().selectByText("Websocket"); |