Skip to content

Commit 456135c

Browse files
authored
Rollup merge of #94811 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser-ui-test version It should help with #93784 (the important PR helping in this regard is GuillaumeGomez/browser-UI-test#273). r? `@notriddle`
2 parents 3979e15 + 5d830f4 commit 456135c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
7272
# https://github.com/puppeteer/puppeteer/issues/375
7373
#
7474
# We also specify the version in case we need to update it to go around cache limitations.
75-
RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true
75+
RUN npm install -g browser-ui-test@0.8.0 --unsafe-perm=true
7676

7777
ENV RUST_CONFIGURE_ARGS \
7878
--build=x86_64-unknown-linux-gnu \

src/tools/rustdoc-gui/tester.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async function main(argv) {
138138
try {
139139
// This is more convenient that setting fields one by one.
140140
let args = [
141-
"--no-screenshot",
141+
"--no-screenshot-comparison",
142142
"--variable", "DOC_PATH", opts["doc_folder"],
143143
];
144144
if (opts["debug"]) {

0 commit comments

Comments
 (0)