Skip to content

Commit

Permalink
[java] Unignoring several marionette tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 4, 2018
1 parent 09cd621 commit 7179e81
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/AlertsTest.java
Expand Up @@ -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(
"<form id='theForm' action='javascript:alert(\"Tasty cheese\");'>",
Expand Down
Expand Up @@ -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() {
Expand Down Expand Up @@ -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));
Expand Down
Expand Up @@ -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);
Expand Down
Expand Up @@ -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() {
Expand Down

0 comments on commit 7179e81

Please sign in to comment.