We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ebe6e commit 1bd61c0Copy full SHA for 1bd61c0
java/client/test/org/openqa/selenium/CorrectEventFiringTest.java
@@ -280,6 +280,7 @@ public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire() {
280
}
281
282
@Test
283
+ @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906")
284
public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow() {
285
assumeFalse(browserNeedsFocusOnThisOs(driver));
286
0 commit comments