Skip to content

Commit

Permalink
Ignoring a test for HtmlUnitDriver that can't be run due to HtmlUnit …
Browse files Browse the repository at this point in the history
…restrictions
  • Loading branch information
barancev committed May 14, 2014
1 parent b2a26a9 commit ec08311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/PageLoadingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoad
assertThat(pageNumber.getText().trim(), equalTo("2"));
}

@Ignore(value = {IPHONE, SAFARI}, issues = {3771},
@Ignore(value = {IPHONE, SAFARI, HTMLUNIT}, issues = {3771},
reason = "HtmlUnit: can't execute JavaScript before a page is loaded")
@JavascriptEnabled
@NeedsFreshDriver
Expand Down

0 comments on commit ec08311

Please sign in to comment.