Skip to content

Commit

Permalink
Merge pull request #760 from Lombiq/issue/LMBQ-323
Browse files Browse the repository at this point in the history
LMBQ-323: Adding AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix in UITT
  • Loading branch information
LombiqBot authored May 13, 2024
2 parents 1d2f10a + 282cf46 commit 540b376
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ public Task VerifyHomePageAndLayout() =>
// The threshold is necessary so the year changing in the footer doesn't cause the test to crash (or other tiny
// changes in font rendering).
ExecuteTestAfterSetupAsync(
context => context.AssertVisualVerificationOnAllResolutions(
context => context.AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix(
_visualVerificationSizes,
_ => By.TagName("body"),
pixelErrorPercentageThreshold: 0.005,
checkOS: true));
pixelErrorPercentageThreshold: 0.005));
}

0 comments on commit 540b376

Please sign in to comment.