]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 14 Jul 2021 17:53:41 +0000 (19:53 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 17:53:41 +0000 (19:53 +0200)
Update browser-ui-test package version

It adds a check to prevent to have empty CSS values in `assert-css` command.

r? `@Mark-Simulacrum`

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

index 6dcf0bdcba43f3cca7082051a9f76f296fe8957f..779b301ff618fa6ed583949def93385171d5853b 100644 (file)
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
 # 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.4.1 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.4.2 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \