diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-02-16 18:59:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 18:59:33 +0100 |
| commit | 847ac55bec6e7e7d1fc82c89a05b518e99ddd9cb (patch) | |
| tree | b705e568fa0104713ebedfc4925f33fe8a269e02 /src | |
| parent | bc4f117acc67925275cf6272b0f49da147d45fee (diff) | |
| parent | 0d2ff61ef5e0cceeedf72483f6d70ca3ee14912d (diff) | |
| download | rust-847ac55bec6e7e7d1fc82c89a05b518e99ddd9cb.tar.gz rust-847ac55bec6e7e7d1fc82c89a05b518e99ddd9cb.zip | |
Rollup merge of #94027 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser UI test version Might help a bit with https://github.com/rust-lang/rust/issues/93784 (still need to figure out what's going on with the driver). r? ```@notriddle```
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile | 2 | ||||
| -rw-r--r-- | src/test/rustdoc-gui/item-info-width.goml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile index 52c73fd3bd1..f1c42b248f4 100644 --- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile +++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile @@ -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.7.1 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ diff --git a/src/test/rustdoc-gui/item-info-width.goml b/src/test/rustdoc-gui/item-info-width.goml index 82fcca94a18..7a32d902910 100644 --- a/src/test/rustdoc-gui/item-info-width.goml +++ b/src/test/rustdoc-gui/item-info-width.goml @@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html size: (1100, 800) // We check that ".item-info" is bigger than its content. assert-css: (".item-info", {"width": "790px"}) -assert-css: (".item-info .stab", {"width": "339.562px"}) +assert-css: (".item-info .stab", {"width": "340px"}) assert-position: (".item-info .stab", {"x": 295}) |
