We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f0656 commit 250a509Copy full SHA for 250a509
java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java
@@ -229,12 +229,6 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
229
230
@Test
231
@Ignore(IE)
232
- @NotYetImplemented(
233
- value = CHROME,
234
- reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321")
235
236
- value = EDGE,
237
238
public void testSelectionSelectByWord() {
239
assumeFalse(getEffectivePlatform(driver).is(Platform.MAC), "MacOS has alternative keyboard");
240
0 commit comments