Skip to content

Commit

Permalink
[java] Enabling Edge tests for BiDi
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 9, 2024
1 parent 97950ef commit b9fddae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public void setUp() {
@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
void canCreateAUserContext() {
String userContext = browser.createUserContext();

Expand All @@ -58,7 +57,6 @@ void canCreateAUserContext() {
@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
void canGetUserContexts() {
String userContext1 = browser.createUserContext();
String userContext2 = browser.createUserContext();
Expand All @@ -73,7 +71,6 @@ void canGetUserContexts() {
@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
void canRemoveUserContext() {
String userContext1 = browser.createUserContext();
String userContext2 = browser.createUserContext();
Expand Down

0 comments on commit b9fddae

Please sign in to comment.