Skip to content

Commit a1d1a2a

Browse files
committed
Fixing a test that was broken during Safari-related test rework
1 parent be94887 commit a1d1a2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/client/test/org/openqa/selenium/CorrectEventFiringTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,10 @@ public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire() {
314314

315315
@Test
316316
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/906")
317-
@NotYetImplemented(SAFARI)
317+
@Ignore(value = SAFARI, reason = "Allows only one instance")
318318
public void testSendingKeysToAnotherElementShouldCauseTheBlurEventToFireInNonTopmostWindow() {
319319
assumeFalse(browserNeedsFocusOnThisOs(driver));
320320

321-
removeDriver();
322321
WebDriver driver2 = new WebDriverBuilder().get();
323322
try {
324323
// topmost

0 commit comments

Comments
 (0)