Merge branch 'release/2.2'
This commit is contained in:
commit
94aebd19ea
|
|
@ -19,7 +19,7 @@ namespace Interop.FunctionalTests
|
||||||
}
|
}
|
||||||
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
|
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
|
||||||
{
|
{
|
||||||
return Path.Combine("/usr", "bin", "chromium-browser");
|
return Path.Combine("/usr", "bin", "google-chrome");
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new PlatformNotSupportedException();
|
throw new PlatformNotSupportedException();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue