Skip to content

Commit

Permalink
java: fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Feb 28, 2015
1 parent 72ef60d commit 0c9288a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ public void testShouldCaptureScreenshotOfPageWithTooLongY() throws Exception {
" SAFARI: takes only visible viewport." +
" CHROME: takes only visible viewport." +
" PHANTOMJS: takes empty data of byte[], no errors. ")
)
public void testShouldCaptureScreenshotOfPageWithTooLongXandY() throws Exception {
driver.get(appServer.whereIs("screen/screen_too_long.html"));

Expand Down

0 comments on commit 0c9288a

Please sign in to comment.