Skip to content

Commit

Permalink
Fixing that VerifyHomePageAndLayout started to fail on GitHub-hosted …
Browse files Browse the repository at this point in the history
…runners
  • Loading branch information
Piedone committed Jun 21, 2024
1 parent 98b7a08 commit 6fa0b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ public VisualVerificationTests(ITestOutputHelper testOutputHelper)
context => context.AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix(
_visualVerificationSizes,
_ => By.TagName("body"),
pixelErrorPercentageThreshold: 0.005));
pixelErrorPercentageThreshold: 0.006));
}

0 comments on commit 6fa0b35

Please sign in to comment.