mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[Windows] Reimplement function resolving GH asset (#8899)
* [Windows] Reimplement function resolving GH asset * Fix tests and software report * Fix selenium-server version check
This commit is contained in:
committed by
GitHub
parent
e8f9c10965
commit
da1c04b81a
@@ -146,8 +146,7 @@ Describe "Internet Explorer" {
|
||||
|
||||
Describe "Selenium" {
|
||||
BeforeAll {
|
||||
$seleniumBinaryName = (Get-ToolsetContent).selenium.binary_name
|
||||
$seleniumBinPath = Join-Path "C:\selenium\" "$seleniumBinaryName.jar"
|
||||
$seleniumBinPath = "C:\selenium\selenium-server.jar"
|
||||
}
|
||||
|
||||
It "Selenium server is installed" {
|
||||
@@ -157,4 +156,4 @@ Describe "Selenium" {
|
||||
It "SELENIUM_JAR_PATH environment variable exists" {
|
||||
Get-EnvironmentVariable "SELENIUM_JAR_PATH" | Should -BeExactly "$seleniumBinPath"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user