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 128ec4e commit dc76b17Copy full SHA for dc76b17
java/client/test/org/openqa/selenium/firefox/FirefoxDriverTest.java
@@ -422,7 +422,7 @@ private ExpectedCondition<Boolean> urlToBe(final String expectedUrl) {
422
}
423
424
@Test
425
- @NotYetImplemented(reason = "https://github.com/mozilla/geckodriver/issues/519")
+ @NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/519")
426
public void canAccessUrlProtectedByBasicAuth() {
427
driver.get(appServer.whereIsWithCredentials("basicAuth", "test", "test"));
428
assertEquals("authorized", driver.findElement(By.tagName("h1")).getText());
0 commit comments