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 1bd61c0 commit fb2f497Copy full SHA for fb2f497
java/client/test/org/openqa/selenium/CorrectEventFiringTest.java
@@ -68,6 +68,7 @@ public void testShouldFireFocusEventWhenClicking() {
68
69
@Test
70
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906")
71
+ @Ignore(FIREFOX)
72
public void testShouldFireFocusEventInNonTopmostWindow() {
73
WebDriver driver2 = new WebDriverBuilder().get();
74
try {
0 commit comments