Skip to content

Commit dc76b17

Browse files
committed
Attempt to only fail the test in marionette
1 parent 128ec4e commit dc76b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ private ExpectedCondition<Boolean> urlToBe(final String expectedUrl) {
422422
}
423423

424424
@Test
425-
@NotYetImplemented(reason = "https://github.com/mozilla/geckodriver/issues/519")
425+
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/519")
426426
public void canAccessUrlProtectedByBasicAuth() {
427427
driver.get(appServer.whereIsWithCredentials("basicAuth", "test", "test"));
428428
assertEquals("authorized", driver.findElement(By.tagName("h1")).getText());

0 commit comments

Comments
 (0)