File tree 1 file changed +0
-3
lines changed
java/test/org/openqa/selenium/bidi/browser
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ public void setUp() {
46
46
@ Test
47
47
@ NotYetImplemented (SAFARI )
48
48
@ NotYetImplemented (IE )
49
- @ NotYetImplemented (EDGE )
50
49
void canCreateAUserContext () {
51
50
String userContext = browser .createUserContext ();
52
51
@@ -58,7 +57,6 @@ void canCreateAUserContext() {
58
57
@ Test
59
58
@ NotYetImplemented (SAFARI )
60
59
@ NotYetImplemented (IE )
61
- @ NotYetImplemented (EDGE )
62
60
void canGetUserContexts () {
63
61
String userContext1 = browser .createUserContext ();
64
62
String userContext2 = browser .createUserContext ();
@@ -73,7 +71,6 @@ void canGetUserContexts() {
73
71
@ Test
74
72
@ NotYetImplemented (SAFARI )
75
73
@ NotYetImplemented (IE )
76
- @ NotYetImplemented (EDGE )
77
74
void canRemoveUserContext () {
78
75
String userContext1 = browser .createUserContext ();
79
76
String userContext2 = browser .createUserContext ();
You can’t perform that action at this time.
0 commit comments