diff --git a/ExternalMerlin.NUnit/RequestedPlatformData.cs b/ExternalMerlin.NUnit/RequestedPlatformData.cs index 1400eae3..8f3a18a5 100644 --- a/ExternalMerlin.NUnit/RequestedPlatformData.cs +++ b/ExternalMerlin.NUnit/RequestedPlatformData.cs @@ -11,7 +11,8 @@ static RequestedPlatformData() { var platforms = new List { - 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);