mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
chore(deps): update selenium/standalone-firefox docker tag to v20210422 [skip netlify] (#2999)
* chore(deps): update selenium/standalone-firefox docker tag to v20210422 [skip netlify] * test(screenshotter): update screenshots Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Young Min Kin <mail@ylem.kim>
This commit is contained in:
2
.github/workflows/screenshotter.yml
vendored
2
.github/workflows/screenshotter.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- browser: chrome
|
||||
image: selenium/standalone-chrome:3.141.59-20210422
|
||||
- browser: firefox
|
||||
image: selenium/standalone-firefox:3.141.59-20210311
|
||||
image: selenium/standalone-firefox:3.141.59-20210422
|
||||
- browser: safari
|
||||
image: ylemkimon/selenium-proxy:latest
|
||||
browserstack:
|
||||
|
@@ -17,7 +17,7 @@ cleanup() {
|
||||
container=
|
||||
trap cleanup EXIT
|
||||
status=0
|
||||
for browserTag in "firefox:3.141.59-20210311" "chrome:3.141.59-20210422"; do
|
||||
for browserTag in "firefox:3.141.59-20210422" "chrome:3.141.59-20210422"; do
|
||||
browser=${browserTag%:*}
|
||||
image=selenium/standalone-${browserTag}
|
||||
echo "Starting container for ${image}"
|
||||
|
BIN
test/screenshotter/fonts/batang/HorizontalBraces-firefox.png
Normal file
BIN
test/screenshotter/fonts/batang/HorizontalBraces-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
test/screenshotter/fonts/batang/Lap-firefox.png
Normal file
BIN
test/screenshotter/fonts/batang/Lap-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
test/screenshotter/fonts/batang/Raisebox-firefox.png
Normal file
BIN
test/screenshotter/fonts/batang/Raisebox-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
test/screenshotter/fonts/batang/SvgReset-firefox.png
Normal file
BIN
test/screenshotter/fonts/batang/SvgReset-firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user