Use chrome instead of chromium on Ubuntu

This commit is contained in:
John Luo 2018-10-25 12:50:07 -07:00
parent 31f1e170d0
commit 616aeba156
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();