File tree 2 files changed +2
-2
lines changed
ci/docker/host-x86_64/x86_64-gnu-tools
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
72
72
# https://github.com/puppeteer/puppeteer/issues/375
73
73
#
74
74
# 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.1 --unsafe-perm=true
75
+ RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true
76
76
77
77
ENV RUST_CONFIGURE_ARGS \
78
78
--build=x86_64-unknown-linux-gnu \
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ goto: file://|DOC_PATH|/lib2/struct.Foo.html
4
4
size: (1100, 800)
5
5
// We check that ".item-info" is bigger than its content.
6
6
assert-css: (".item-info", {"width": "790px"})
7
- assert-css: (".item-info .stab", {"width": "339.562px "})
7
+ assert-css: (".item-info .stab", {"width": "340px "})
8
8
assert-position: (".item-info .stab", {"x": 295})
You can’t perform that action at this time.
0 commit comments