Skip to content

Commit

Permalink
Updating Lombiq.UITestingToolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
DemeSzabolcs committed Jul 19, 2024
1 parent 05f4a32 commit db4fcd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ public Task VerifyHomePageAndLayout() =>
context => context.AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix(
_visualVerificationSizes,
_ => By.TagName("body"),
pixelErrorPercentageThreshold: 0.005),
browser: Browser.Firefox);
pixelErrorPercentageThreshold: 0.005));
}
2 changes: 1 addition & 1 deletion test/Lombiq.UITestingToolbox

0 comments on commit db4fcd4

Please sign in to comment.