summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-07-23 10:59:28 +0200
committerGitHub <noreply@github.com>2021-07-23 10:59:28 +0200
commit70d1af74df876b5506c535eb537fbd6b5dda3db5 (patch)
treeb5453eeb5d472433354d5bce9343a0aa66d123d9 /nixos
parente3b5e8a34067964fadb002044e2a304920a339ec (diff)
parent11400dcd65ed95292d7ac7cb30912e15ec4cf8e1 (diff)
downloadnixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar.gz
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar.bz2
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar.lz
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar.xz
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.tar.zst
nixpkgs-70d1af74df876b5506c535eb537fbd6b5dda3db5.zip
Merge pull request #131190 from primeos/nixos-tests-chromium
chromium: Check the text rendering
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/chromium.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix
index c4ad73679b7..0c85b2d2199 100644
--- a/nixos/tests/chromium.nix
+++ b/nixos/tests/chromium.nix
@@ -239,7 +239,8 @@ mapAttrs (channel: chromiumPkg: makeTest rec {
 
 
     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()