[macOS] Add Edge browser to arm64 images. (#12759)

This commit is contained in:
susmitamane
2025-08-14 14:37:20 +05:30
committed by GitHub
parent 9d9a63ab45
commit f899392729
7 changed files with 19 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ Describe "Selenium server" {
}
}
Describe "Edge" -Skip:($os.IsVenturaArm64 -or $os.IsSonomaArm64 -or $os.IsSequoiaArm64) {
Describe "Edge" {
It "Microsoft Edge" {
$edgeLocation = "/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"
$edgeLocation | Should -Exist