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 be94887 commit a1d1a2aCopy full SHA for a1d1a2a
java/client/test/org/openqa/selenium/CorrectEventFiringTest.java
@@ -314,11 +314,10 @@ public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire() {
314
315
@Test
316
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906")
317
- @NotYetImplemented(SAFARI)
+ @Ignore(value = SAFARI, reason = "Allows only one instance")
318
public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow() {
319
assumeFalse(browserNeedsFocusOnThisOs(driver));
320
321
- removeDriver();
322
WebDriver driver2 = new WebDriverBuilder().get();
323
try {
324
// topmost
0 commit comments