Merge branch 'release/2.2'

This commit is contained in:
John Luo 2018-10-25 13:05:08 -07:00
commit 94aebd19ea
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ namespace Interop.FunctionalTests
}
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{
return Path.Combine("/usr", "bin", "chromium-browser");
return Path.Combine("/usr", "bin", "google-chrome");
}
throw new PlatformNotSupportedException();