Skip to content

Commit 3e0162a

Browse files
committed
[java] put Edge test guard back, bug was fixed in v135; Edge still running 134
1 parent 250a509 commit 3e0162a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
229229

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

0 commit comments

Comments
 (0)