Skip to content

Commit

Permalink
Merge pull request #758 from Lombiq/issue/LMBQ-323
Browse files Browse the repository at this point in the history
LMBQ-323: Adding OS based visual verification option in Lombiq UI Testing Toolbox
  • Loading branch information
LombiqBot authored May 13, 2024
2 parents 3bd97ce + 618c83e commit 1d2f10a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Lombiq.Tests.UI.Extensions;
using OpenQA.Selenium;
using SixLabors.ImageSharp;
using System;
using System.Threading.Tasks;
using Xunit;
using Xunit.Abstractions;
Expand Down Expand Up @@ -31,6 +30,5 @@ public Task VerifyHomePageAndLayout() =>
_visualVerificationSizes,
_ => By.TagName("body"),
pixelErrorPercentageThreshold: 0.005,
configurator: configuration => configuration.WithFileNameSuffix(
OperatingSystem.IsWindows() ? "Windows" : "Unix")));
checkOS: true));
}

0 comments on commit 1d2f10a

Please sign in to comment.