Merge pull request #131190 from primeos/nixos-tests-chromium

chromium: Check the text rendering
This commit is contained in:
Michael Weiss 2021-07-23 10:59:28 +02:00 committed by GitHub
commit 70d1af74df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -239,7 +239,8 @@ mapAttrs (channel: chromiumPkg: makeTest rec {
with test_new_win("gpu_info", "chrome://gpu", "chrome://gpu"): with test_new_win("gpu_info", "chrome://gpu", "chrome://gpu"):
pass # To check the text rendering (catches regressions like #131074):
machine.wait_for_text("Graphics Feature Status")
machine.shutdown() machine.shutdown()