Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Mar 22, 2024
1 parent 627929c commit 8531b16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions visual-dotnet/SauceLabs.Visual/VisualClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,8 @@ private async Task<string> VisualCheckAsync(string name, VisualCheckOptions opti
regions: ignored.ToArray(),
sessionId: _sessionId,
sessionMetadata: _sessionMetadataBlob ?? "",
captureDom: options?.CaptureDom ?? CaptureDom,
clipSelector: options?.ClipSelector,
captureDom: options.CaptureDom ?? CaptureDom,
clipSelector: options.ClipSelector,
suiteName: options.SuiteName,
testName: options.TestName
))).EnsureValidResponse();
Expand Down

0 comments on commit 8531b16

Please sign in to comment.