Skip to content

Commit 0a9b576

Browse files
committed
Ignoring and unignoring tests to match current state of Marionette (Nightly)
1 parent cd213d5 commit 0a9b576

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public void shouldBeAbleToClearColorInput() {
160160

161161
@Test
162162
@NotYetImplemented(CHROME)
163-
@NotYetImplemented(MARIONETTE)
164163
@NotYetImplemented(HTMLUNIT)
165164
public void shouldBeAbleToClearDateInput() {
166165
shouldBeAbleToClearInput(By.name("date_input"), "2017-11-22");
@@ -174,14 +173,12 @@ public void shouldBeAbleToClearDatetimeInput() {
174173
@Test
175174
@NotYetImplemented(CHROME)
176175
@NotYetImplemented(HTMLUNIT)
177-
@NotYetImplemented(HTMLUNIT)
178176
public void shouldBeAbleToClearDatetimeLocalInput() {
179177
shouldBeAbleToClearInput(By.name("datetime_local_input"), "2017-11-22T11:22");
180178
}
181179

182180
@Test
183181
@NotYetImplemented(CHROME)
184-
@NotYetImplemented(MARIONETTE)
185182
@NotYetImplemented(HTMLUNIT)
186183
public void shouldBeAbleToClearTimeInput() {
187184
shouldBeAbleToClearInput(By.name("time_input"), "11:22");

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ public void testShouldFireTwoClickEventsWhenClickingOnALabel() {
277277
}
278278

279279
@Test
280+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1430571")
280281
public void testClearingAnElementShouldCauseTheOnChangeHandlerToFire() {
281282
driver.get(pages.javascriptPage);
282283

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ public void canSafelyTypeOnElementThatIsRemovedFromTheDomOnKeyPress() {
654654
}
655655

656656
@Test
657+
@NotYetImplemented(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1430575")
657658
public void canClearNumberInputAfterTypingInvalidInput() {
658659
driver.get(pages.formPage);
659660
WebElement input = driver.findElement(By.id("age"));

0 commit comments

Comments
 (0)