Skip to content

Commit 0c9288a

Browse files
committed
java: fix compile error
1 parent 72ef60d commit 0c9288a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/TakesScreenshotTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ public void testShouldCaptureScreenshotOfPageWithTooLongY() throws Exception {
227227
" SAFARI: takes only visible viewport." +
228228
" CHROME: takes only visible viewport." +
229229
" PHANTOMJS: takes empty data of byte[], no errors. ")
230-
)
231230
public void testShouldCaptureScreenshotOfPageWithTooLongXandY() throws Exception {
232231
driver.get(appServer.whereIs("screen/screen_too_long.html"));
233232

0 commit comments

Comments
 (0)