Skip to content

Commit 8c97367

Browse files
committed
Run the format script. No logical changes
1 parent 4268c09 commit 8c97367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,8 @@ void canDismissUserPromptWithUserText() {
344344
}
345345

346346
// The resulting screenshot should be checked for expected image.
347-
// Since, sending wrong command parameters (for viewport or element screenshot), defaults to capture screenshot functionality.
347+
// Since, sending wrong command parameters (for viewport or element screenshot), defaults to
348+
// capture screenshot functionality.
348349
// So it can lead to a false positive if underlying implementation is not doing the right thing.
349350
// However, comparing images is a hard problem. Especially when they are different sizes.
350351
// TODO: A potential solution can be replicating classic WebDriver screenshot tests.

0 commit comments

Comments
 (0)