Skip to content

Commit ba38fa0

Browse files
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
2 parents 7bf810e + 7c44e45 commit ba38fa0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"browser-ui-test": "^0.23.3",
3+
"browser-ui-test": "^0.23.5",
44
"es-check": "^9.4.4",
55
"eslint": "^8.57.1",
66
"typescript": "^5.8.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ braces@^3.0.3:
290290
dependencies:
291291
fill-range "^7.1.1"
292292

293-
browser-ui-test@^0.23.3:
294-
version "0.23.3"
295-
resolved "https://registry.yarnpkg.com/browser-ui-test/-/browser-ui-test-0.23.3.tgz#fe3b978cfe43d09ee9edd4b9d939a936dd654c30"
296-
integrity sha512-VWiRH7sSwpnQSe1Rll5iOPS+IeFa1rMThCXrP5Pwspm95OOA8Wylv2B6yqreEw25DE3qPmgJUeZZC7Uh9wnjSg==
293+
browser-ui-test@^0.23.5:
294+
version "0.23.5"
295+
resolved "https://registry.yarnpkg.com/browser-ui-test/-/browser-ui-test-0.23.5.tgz#f8fab778a1e00f339f53bb44e76ad14c5b57ce4f"
296+
integrity sha512-S4ztxfOa3vSqV86xS6huIrA8MKSrSqfZUFJfAgEN29U17eRtrYQt/ZGKYJBUP5sv5UYH6ZgnE05z8+Werm/8sw==
297297
dependencies:
298298
css-unit-converter "^1.1.2"
299299
pngjs "^3.4.0"

0 commit comments

Comments
 (0)