Adding MsEdge in ubuntu-24 (#10597)

This commit is contained in:
hemanthmanga
2024-09-13 01:14:17 +05:30
committed by GitHub
parent 20fb902d6b
commit ea8a7a8f01
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ Describe "Chrome" {
}
}
Describe "Edge" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Edge" {
It "Edge" {
"microsoft-edge --version" | Should -ReturnZeroExitCode
}