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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-03-15 17:55:18 +00:00
committed by GitHub
parent 3eb9b4c1f6
commit a8c22652c9
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- browser: chrome
image: selenium/standalone-chrome:3.141.59-20210311
- browser: firefox
image: selenium/standalone-firefox:3.141.59-20201119
image: selenium/standalone-firefox:3.141.59-20210311
- browser: safari
image: ylemkimon/selenium-proxy:latest
browserstack:

View File

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