Skip to content

Commit eea048c

Browse files
committed
remove test guard - Edge v135 fixed the Keyboard bug
1 parent 641a15c commit eea048c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import static org.assertj.core.api.Assertions.assertThat;
2121
import static org.junit.jupiter.api.Assumptions.assumeFalse;
2222
import static org.openqa.selenium.testing.TestUtilities.getEffectivePlatform;
23-
import static org.openqa.selenium.testing.drivers.Browser.EDGE;
2423
import static org.openqa.selenium.testing.drivers.Browser.IE;
2524
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;
2625

@@ -228,9 +227,6 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
228227

229228
@Test
230229
@Ignore(IE)
231-
@NotYetImplemented(
232-
value = EDGE,
233-
reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321")
234230
public void testSelectionSelectByWord() {
235231
assumeFalse(getEffectivePlatform(driver).is(Platform.MAC), "MacOS has alternative keyboard");
236232

0 commit comments

Comments
 (0)