File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ public void shouldBeAbleToClearColorInput() {
160
160
161
161
@ Test
162
162
@ NotYetImplemented (CHROME )
163
- @ NotYetImplemented (MARIONETTE )
164
163
@ NotYetImplemented (HTMLUNIT )
165
164
public void shouldBeAbleToClearDateInput () {
166
165
shouldBeAbleToClearInput (By .name ("date_input" ), "2017-11-22" );
@@ -174,14 +173,12 @@ public void shouldBeAbleToClearDatetimeInput() {
174
173
@ Test
175
174
@ NotYetImplemented (CHROME )
176
175
@ NotYetImplemented (HTMLUNIT )
177
- @ NotYetImplemented (HTMLUNIT )
178
176
public void shouldBeAbleToClearDatetimeLocalInput () {
179
177
shouldBeAbleToClearInput (By .name ("datetime_local_input" ), "2017-11-22T11:22" );
180
178
}
181
179
182
180
@ Test
183
181
@ NotYetImplemented (CHROME )
184
- @ NotYetImplemented (MARIONETTE )
185
182
@ NotYetImplemented (HTMLUNIT )
186
183
public void shouldBeAbleToClearTimeInput () {
187
184
shouldBeAbleToClearInput (By .name ("time_input" ), "11:22" );
Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ public void testShouldFireTwoClickEventsWhenClickingOnALabel() {
277
277
}
278
278
279
279
@ Test
280
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1430571" )
280
281
public void testClearingAnElementShouldCauseTheOnChangeHandlerToFire () {
281
282
driver .get (pages .javascriptPage );
282
283
Original file line number Diff line number Diff line change @@ -654,6 +654,7 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
654
654
}
655
655
656
656
@ Test
657
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1430575" )
657
658
public void canClearNumberInputAfterTypingInvalidInput () {
658
659
driver .get (pages .formPage );
659
660
WebElement input = driver .findElement (By .id ("age" ));
You can’t perform that action at this time.
0 commit comments