Skip to content

Commit 850db6a

Browse files
committed
Update latest_news.png for es_ES
1 parent 6230161 commit 850db6a

File tree

4 files changed

+43
-74
lines changed

4 files changed

+43
-74
lines changed
-47 Bytes
Loading

utils/localization/generate-images/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ await (async () => {
4646

4747
console.log('Doing', locales);
4848

49-
await driver.get(`https://localhost:8080/?locales=${locales.join(',')}`);
49+
await driver.get(`http://localhost:8080/?locales=${locales.join(',')}`);
5050

5151
const result = await driver.executeScript('return main()');
5252

utils/localization/generate-images/package-lock.json

Lines changed: 41 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utils/localization/generate-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@squoosh/lib": "^0.5.3",
14-
"chromedriver": "^133.0.1",
14+
"chromedriver": "^136.0.2",
1515
"fs-extra": "^11.1.1",
1616
"http-server": "^14.1.1",
1717
"selenium-webdriver": "^4.10.0"

0 commit comments

Comments
 (0)