Skip to content

Commit b0c3adf

Browse files
committed
1 parent 58becec commit b0c3adf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

java/client/test/org/openqa/selenium/FormHandlingTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputs() {
229229
}
230230

231231
@Test
232+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1433422")
232233
public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue() {
233234
driver.get(pages.formPage);
234235
WebElement element = driver.findElement(By.id("inputWithText"));

java/client/test/org/openqa/selenium/TypingTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ public void testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas() {
228228
}
229229

230230
@Test
231+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1433463")
231232
public void testShouldFireFocusKeyEventsInTheRightOrder() {
232233
driver.get(pages.javascriptPage);
233234

0 commit comments

Comments
 (0)