Skip to content

Commit

Permalink
make same
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Dec 6, 2023
1 parent 586ab7d commit 17e53da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ExternalMerlin.NUnit/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ static RequestedPlatformData()
{
var platforms = new List<SaucePlatform>
{
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "75", SauceryConstants.SCREENRES_2560_1600)
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_11, SauceryConstants.BROWSER_CHROME, "75", SauceryConstants.SCREENRES_2560_1600),
new DesktopPlatform(SauceryConstants.PLATFORM_WINDOWS_10, SauceryConstants.BROWSER_CHROME, "76", SauceryConstants.SCREENRES_2560_1600)
};

SetPlatforms(platforms);
Expand Down

0 comments on commit 17e53da

Please sign in to comment.