Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paweltomaszewskisaucelabs committed Dec 2, 2024
1 parent 693aa82 commit b3f8d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public CheckOptions(
clipSelector,
clipElement,
fullPageScreenshotConfig,
new ArrayList<>());
null);
}

public CheckOptions(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public CreateSnapshotFromWebDriverIn(
name,
sessionId,
sessionMetadata,
new ArrayList<>());
null);
}

public CreateSnapshotFromWebDriverIn(
Expand Down

0 comments on commit b3f8d4f

Please sign in to comment.