From 7179e8154c087f1083b3871be96fdc018f2fd09e Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Thu, 4 Oct 2018 18:13:26 +0300 Subject: [PATCH] [java] Unignoring several marionette tests --- java/client/test/org/openqa/selenium/AlertsTest.java | 2 +- .../client/test/org/openqa/selenium/CorrectEventFiringTest.java | 2 -- .../selenium/interactions/BasicKeyboardInterfaceTest.java | 1 - .../openqa/selenium/interactions/CombinedInputActionsTest.java | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/java/client/test/org/openqa/selenium/AlertsTest.java b/java/client/test/org/openqa/selenium/AlertsTest.java index 188126ebf3250..b1653719a2528 100644 --- a/java/client/test/org/openqa/selenium/AlertsTest.java +++ b/java/client/test/org/openqa/selenium/AlertsTest.java @@ -537,7 +537,7 @@ public void testCanQuitWhenAnAlertIsPresent() { @Test @NotYetImplemented(SAFARI) - @Ignore(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1487705") + //@Ignore(value = MARIONETTE, reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1487705") public void shouldHandleAlertOnFormSubmit() { driver.get(appServer.create(new Page().withTitle("Testing Alerts").withBody( "
", diff --git a/java/client/test/org/openqa/selenium/CorrectEventFiringTest.java b/java/client/test/org/openqa/selenium/CorrectEventFiringTest.java index 1a4928f0721f4..5318e7d3b8660 100644 --- a/java/client/test/org/openqa/selenium/CorrectEventFiringTest.java +++ b/java/client/test/org/openqa/selenium/CorrectEventFiringTest.java @@ -60,7 +60,6 @@ public void testShouldFireFocusEventWhenClicking() { } @Test - @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906") @Ignore(FIREFOX) @NotYetImplemented(SAFARI) public void testShouldFireFocusEventInNonTopmostWindow() { @@ -303,7 +302,6 @@ public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire() { } @Test - @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906") @Ignore(value = SAFARI, reason = "Allows only one instance") public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow() { assumeFalse(browserNeedsFocusOnThisOs(driver)); diff --git a/java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java b/java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java index 252381f2456be..1b278caa58b98 100644 --- a/java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java +++ b/java/client/test/org/openqa/selenium/interactions/BasicKeyboardInterfaceTest.java @@ -106,7 +106,6 @@ public void testSendingKeyUp() { } @Test - @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/646") @NotYetImplemented(SAFARI) public void testSendingKeysWithShiftPressed() { driver.get(pages.javascriptPage); diff --git a/java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java b/java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java index 1b3101a1a4f7c..9271f49bb3288 100644 --- a/java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java +++ b/java/client/test/org/openqa/selenium/interactions/CombinedInputActionsTest.java @@ -311,7 +311,6 @@ public void testChordControlCutAndPaste() { } @Test - @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/646") @Ignore(IE) @NotYetImplemented(SAFARI) public void testCombiningShiftAndClickResultsInANewWindow() {