Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
MZole committed May 13, 2024
1 parent 0aec929 commit 7013ff9
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 7013ff9

Please sign in to comment.