Update browser-ui-test version to enforce that text is displayed before checking colors

This commit is contained in:
Guillaume Gomez 2021-11-24 18:01:20 +01:00
parent 23a436606b
commit f6c728f5e7

View 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.5 --unsafe-perm=true
RUN npm install -g browser-ui-test@0.5.0 --unsafe-perm=true
ENV RUST_CONFIGURE_ARGS \
--build=x86_64-unknown-linux-gnu \