diff options
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"); |