File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ public void testSendingKeyboardEventsShouldAppendTextInInputs() {
229
229
}
230
230
231
231
@ Test
232
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1433422" )
232
233
public void testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue () {
233
234
driver .get (pages .formPage );
234
235
WebElement element = driver .findElement (By .id ("inputWithText" ));
Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ public void testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas() {
228
228
}
229
229
230
230
@ Test
231
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1433463" )
231
232
public void testShouldFireFocusKeyEventsInTheRightOrder () {
232
233
driver .get (pages .javascriptPage );
233
234
You can’t perform that action at this time.
0 commit comments