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 60fc2d4 commit c95b44bCopy full SHA for c95b44b
java/client/test/org/openqa/selenium/ExecutingJavascriptTest.java
@@ -544,7 +544,7 @@ public void testShouldBeAbleToReturnADateObject() {
544
@Ignore(IE)
545
@Ignore(PHANTOMJS)
546
@Ignore(SAFARI)
547
- @Ignore(MARIONETTE)
+ @Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/904")
548
public void shouldReturnDocumentElementIfDocumentIsReturned() {
549
driver.get(pages.simpleTestPage);
550
0 commit comments