Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/OSOE-838
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 13, 2024
2 parents 0cf6904 + 45cb69c commit 8ae2c0b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,11 @@ public static void AssertVisualVerificationApprovedOnAllResolutionsWithPlatformS
Func<Size, By> getSelector,
double pixelErrorPercentageThreshold = 0,
Action<VisualVerificationMatchApprovedConfiguration> configurator = null) =>
AssertVisualVerificationOnAllResolutions(
context,
context.AssertVisualVerificationOnAllResolutions(
sizes,
getSelector,
pixelErrorPercentageThreshold,
configurator: configuration => configuration.WithUsePlatformAsSuffix());
configuration => configuration.WithUsePlatformAsSuffix());

/// <summary>
/// Compares the baseline image and screenshot of the whole page.
Expand Down

0 comments on commit 8ae2c0b

Please sign in to comment.