[Ubuntu] Add Microsoft Edge (#5874)

trailing whitespace
This commit is contained in:
Mikhail Koliada
2022-07-08 07:49:17 +02:00
committed by GitHub
parent b87bdfb146
commit e91961e2f2
7 changed files with 41 additions and 1 deletions

View File

@@ -18,8 +18,14 @@ Describe "Chrome" {
}
}
Describe "Edge" {
It "Edge" {
"microsoft-edge --version" | Should -ReturnZeroExitCode
}
}
Describe "Chromium" {
It "Chromium" {
"chromium-browser --version" | Should -ReturnZeroExitCode
}
}
}