Use chrome instead of chromium on Ubuntu
This commit is contained in:
parent
31f1e170d0
commit
616aeba156
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue