Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix: map Chrome 88 to chromedriver 88.0.4324.96
Browse files Browse the repository at this point in the history
OKTA-364141
<<<Jenkins Check-In of Tested SHA: 373926e for [email protected]>>>
Artifact: okta-oidc-js
  • Loading branch information
oleksandrpravosudko-okta authored and eng-prod-CI-bot-okta committed Jan 25, 2021
1 parent c2d1b8a commit 9ba93f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update_se_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ function setChromeDriverVersion() {
87)
CHROME_DRIVER_VER=87.0.4280.20
;;
88)
CHROME_DRIVER_VER=88.0.4324.96
;;
*)
CHROME_DRIVER_VER=${DEFAULT_CHROME_DRIVER_VER}
;;
Expand Down

0 comments on commit 9ba93f9

Please sign in to comment.