File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
java/test/org/openqa/selenium/bidi Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .bidi ;
19
19
20
- import static org .assertj .core .api .AssertionsForClassTypes .assertThat ;
21
-
22
20
import org .junit .After ;
23
- import org .junit .Ignore ;
24
21
import org .junit .Test ;
25
- import org .openqa .selenium .firefox .FirefoxBinary ;
26
22
import org .openqa .selenium .firefox .FirefoxDriver ;
27
23
import org .openqa .selenium .firefox .FirefoxOptions ;
28
24
29
25
import java .util .Collections ;
30
26
27
+ import static org .assertj .core .api .AssertionsForClassTypes .assertThat ;
28
+
31
29
public class BiDiSessionTest {
32
30
33
31
private FirefoxDriver driver ;
34
32
35
- @ Ignore
36
33
@ Test
37
34
public void shouldBeAbleToCreateABiDiSession () {
38
35
FirefoxOptions options = new FirefoxOptions ();
39
-
40
- FirefoxBinary binary = new FirefoxBinary (FirefoxBinary .Channel .BETA );
41
- options .setBinary (binary );
42
36
// Enable BiDi
43
37
options .setCapability ("webSocketUrl" , true );
44
38
You can’t perform that action at this time.
0 commit comments