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 8409c1b commit bec2cbeCopy full SHA for bec2cbe
java/client/test/org/openqa/selenium/FormHandlingTest.java
@@ -229,7 +229,6 @@ public void testSendingKeyboardEventsShouldAppendTextInInputs() {
229
}
230
231
@Test
232
- @NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1433422")
233
public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue() {
234
driver.get(pages.formPage);
235
WebElement element = driver.findElement(By.id("inputWithText"));
0 commit comments