Skip to content

Commit af981bd

Browse files
authored
Rollup merge of rust-lang#94027 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser UI test version Might help a bit with rust-lang#93784 (still need to figure out what's going on with the driver). r? ``@notriddle``
2 parents 35a1e38 + 0d2ff61 commit af981bd

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 [email protected].1 --unsafe-perm=true
75+
RUN npm install -g [email protected].2 --unsafe-perm=true
7676

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

src/test/rustdoc-gui/item-info-width.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html
44
size: (1100, 800)
55
// We check that ".item-info" is bigger than its content.
66
assert-css: (".item-info", {"width": "790px"})
7-
assert-css: (".item-info .stab", {"width": "339.562px"})
7+
assert-css: (".item-info .stab", {"width": "340px"})
88
assert-position: (".item-info .stab", {"x": 295})

0 commit comments

Comments
 (0)