chore(deps): update selenium/standalone-firefox docker tag to v3.141.59-20201119 [skip netlify] (#2656)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2020-11-20 21:39:57 +00:00
committed by GitHub
parent 93d60d48c9
commit 5f701de72d
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const SELENIUM_BROWSERS = ["chrome:3.141.59-20201119", "firefox:3.141.59-20201117"];
const SELENIUM_BROWSERS = ["chrome:3.141.59-20201119", "firefox:3.141.59-20201119"];
const BROWSERSTACK_BROWSERS = [{
browserName: "safari",
browser_version: "13.1",

View File

@@ -17,7 +17,7 @@ cleanup() {
container=
trap cleanup EXIT
status=0
for browserTag in "firefox:3.141.59-20201117" "chrome:3.141.59-20201119"; do
for browserTag in "firefox:3.141.59-20201119" "chrome:3.141.59-20201119"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"