[macOS] Upgrade Selenium server version from 3 to 4 (#4474)

* upgrade selenium version from 3 to 4
* add test
This commit is contained in:
Dibir Magomedsaygitov
2021-11-11 14:57:18 +03:00
committed by GitHub
parent 5d89a3805e
commit 10ea71465c
2 changed files with 7 additions and 5 deletions
+6
View File
@@ -10,6 +10,12 @@ Describe "Chrome" {
}
}
Describe "Selenium server" {
It "Selenium server" {
(Get-ChildItem -Path "/usr/local/Cellar/selenium-server*/*").Name | Should -BeLike "4.*"
}
}
Describe "Edge" {
It "Microsoft Edge" {
$edgeLocation = "/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"