chore(deps): update selenium/standalone-firefox docker tag to v20210929 [skip netlify] (#3294)

* chore(deps): update selenium/standalone-firefox docker tag to v20210929 [skip netlify]

* test: update screenshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
renovate[bot]
2021-10-30 16:52:35 +09:00
committed by GitHub
parent a3c79047da
commit 9b7f10f7c9
6 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- browser: chrome
image: selenium/standalone-chrome:3.141.59-20210422
- browser: firefox
image: selenium/standalone-firefox:3.141.59-20210422
image: selenium/standalone-firefox:3.141.59-20210929
- 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-20210422" "chrome:3.141.59-20210422"; do
for browserTag in "firefox:3.141.59-20210929" "chrome:3.141.59-20210422"; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB