Rollup merge of #156162 - GuillaumeGomez:update-gui-tester, r=GuillaumeGomez

Update `browser-ui-test` version to `0.23.5`

This new version adds a small delay on page loads (with a timeout of 500ms) to give more time for some checks to work as expected.

r? ghost
This commit is contained in:
Guillaume Gomez
2026-05-05 02:50:16 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"dependencies": {
"browser-ui-test": "^0.23.3",
"browser-ui-test": "^0.23.5",
"es-check": "^9.4.4",
"eslint": "^8.57.1",
"typescript": "^5.8.3"
+4 -4
View File
@@ -290,10 +290,10 @@ braces@^3.0.3:
dependencies:
fill-range "^7.1.1"
browser-ui-test@^0.23.3:
version "0.23.3"
resolved "https://registry.yarnpkg.com/browser-ui-test/-/browser-ui-test-0.23.3.tgz#fe3b978cfe43d09ee9edd4b9d939a936dd654c30"
integrity sha512-VWiRH7sSwpnQSe1Rll5iOPS+IeFa1rMThCXrP5Pwspm95OOA8Wylv2B6yqreEw25DE3qPmgJUeZZC7Uh9wnjSg==
browser-ui-test@^0.23.5:
version "0.23.5"
resolved "https://registry.yarnpkg.com/browser-ui-test/-/browser-ui-test-0.23.5.tgz#f8fab778a1e00f339f53bb44e76ad14c5b57ce4f"
integrity sha512-S4ztxfOa3vSqV86xS6huIrA8MKSrSqfZUFJfAgEN29U17eRtrYQt/ZGKYJBUP5sv5UYH6ZgnE05z8+Werm/8sw==
dependencies:
css-unit-converter "^1.1.2"
pngjs "^3.4.0"