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 Apr 11, 2014
1 parent e717e86 commit 25b8322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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,8 @@ 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
@NoDriverAfterTest
Expand Down

0 comments on commit 25b8322

Please sign in to comment.