From f1a324ec14ae3710557c8870e53839b865e5429b Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 28 Jun 2025 11:44:43 +0200 Subject: [PATCH] Update `browser-ui-test` version to `0.21.0` --- dockerfiles/Dockerfile-gui-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile-gui-tests b/dockerfiles/Dockerfile-gui-tests index 4b6e9a221..d31369e6c 100644 --- a/dockerfiles/Dockerfile-gui-tests +++ b/dockerfiles/Dockerfile-gui-tests @@ -74,7 +74,7 @@ RUN mkdir out # https://github.com/puppeteer/puppeteer/issues/375 # # We also specify the version in case we need to update it to go around cache limitations. -RUN npm install -g browser-ui-test@0.20.5 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.21.0 --unsafe-perm=true EXPOSE 3000