Skip to content

Commit 250a509

Browse files
committed
[rb] removing guards from Java tests; chrome bug fixed in v137
1 parent e8f0656 commit 250a509

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
229229

230230
@Test
231231
@Ignore(IE)
232-
@NotYetImplemented(
233-
value = CHROME,
234-
reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321")
235-
@NotYetImplemented(
236-
value = EDGE,
237-
reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321")
238232
public void testSelectionSelectByWord() {
239233
assumeFalse(getEffectivePlatform(driver).is(Platform.MAC), "MacOS has alternative keyboard");
240234

0 commit comments

Comments
 (0)