Skip to content

Commit

Permalink
Merge pull request #801 from Lombiq/issue/LMBQ-360
Browse files Browse the repository at this point in the history
LMBQ-360: Footer is missing from visual verification test
  • Loading branch information
sarahelsaig committed Jun 25, 2024
2 parents 018b7a7 + 0d40c8c commit a1b73cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Lombiq.Tests.UI.Constants;
using Lombiq.Tests.UI.Extensions;
using Lombiq.Tests.UI.Services;
using OpenQA.Selenium;
using SixLabors.ImageSharp;
using System.Threading.Tasks;
Expand Down Expand Up @@ -29,5 +30,6 @@ public VisualVerificationTests(ITestOutputHelper testOutputHelper)
context => context.AssertVisualVerificationApprovedOnAllResolutionsWithPlatformSuffix(
_visualVerificationSizes,
_ => By.TagName("body"),
pixelErrorPercentageThreshold: 0.06));
pixelErrorPercentageThreshold: 0.005),
browser: Browser.Firefox);
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tools/Lombiq.Analyzers

0 comments on commit a1b73cd

Please sign in to comment.