Skip to content

Commit d44b82e

Browse files
committed
[java] Enabling BiDi test for Firefox
1 parent a6359eb commit d44b82e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

java/test/org/openqa/selenium/bidi/BiDiSessionTest.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,22 @@
1717

1818
package org.openqa.selenium.bidi;
1919

20-
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
21-
2220
import org.junit.After;
23-
import org.junit.Ignore;
2421
import org.junit.Test;
25-
import org.openqa.selenium.firefox.FirefoxBinary;
2622
import org.openqa.selenium.firefox.FirefoxDriver;
2723
import org.openqa.selenium.firefox.FirefoxOptions;
2824

2925
import java.util.Collections;
3026

27+
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
28+
3129
public class BiDiSessionTest {
3230

3331
private FirefoxDriver driver;
3432

35-
@Ignore
3633
@Test
3734
public void shouldBeAbleToCreateABiDiSession() {
3835
FirefoxOptions options = new FirefoxOptions();
39-
40-
FirefoxBinary binary = new FirefoxBinary(FirefoxBinary.Channel.BETA);
41-
options.setBinary(binary);
4236
// Enable BiDi
4337
options.setCapability("webSocketUrl", true);
4438

0 commit comments

Comments
 (0)