Skip to content

Commit

Permalink
Correct chromedriver download locations
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Feb 17, 2024
1 parent 0a4d1d3 commit c079b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jasmine.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ task downloadChromeDriver(type: DownloaderTask) { thisTask ->
osURIPart = 'linux64'
break
}
url = "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${packageVersion}/${osURIPart}/chromedriver-${osURIPart}.zip"
url = "https://storage.googleapis.com/chrome-for-testing-public/${packageVersion}/${osURIPart}/chromedriver-${osURIPart}.zip"
}

task jasmineKarma(type: YarnRunTask) {
Expand Down

0 comments on commit c079b86

Please sign in to comment.