diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index b434480208..ce7022a392 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -158,6 +158,13 @@ case "$TEST_SUITE" in ;; "bok-choy") + + # Back compatibility support for firefox upgrade: + # Copy newer firefox version to project root, + # set that as the path for bok-choy to use. + cp -R $HOME/firefox/ firefox/ + export SELENIUM_FIREFOX_PATH=firefox/firefox + case "$SHARD" in "all")