Skip to content

Commit

Permalink
Run the format script. No logical changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 27, 2023
1 parent 4268c09 commit 8c97367
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ void canDismissUserPromptWithUserText() {
}

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

0 comments on commit 8c97367

Please sign in to comment.