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>
2
.github/workflows/screenshotter.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- browser: chrome
|
- browser: chrome
|
||||||
image: selenium/standalone-chrome:3.141.59-20210422
|
image: selenium/standalone-chrome:3.141.59-20210422
|
||||||
- browser: firefox
|
- browser: firefox
|
||||||
image: selenium/standalone-firefox:3.141.59-20210422
|
image: selenium/standalone-firefox:3.141.59-20210929
|
||||||
- browser: safari
|
- browser: safari
|
||||||
image: ylemkimon/selenium-proxy:latest
|
image: ylemkimon/selenium-proxy:latest
|
||||||
browserstack:
|
browserstack:
|
||||||
|
@@ -17,7 +17,7 @@ cleanup() {
|
|||||||
container=
|
container=
|
||||||
trap cleanup EXIT
|
trap cleanup EXIT
|
||||||
status=0
|
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%:*}
|
browser=${browserTag%:*}
|
||||||
image=selenium/standalone-${browserTag}
|
image=selenium/standalone-${browserTag}
|
||||||
echo "Starting container for ${image}"
|
echo "Starting container for ${image}"
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |