nixosTests.pantheon: don't check bob username

From looking at
* https://hydra.nixos.org/build/107447356
it appears the subtest fails at this exact step.
OCR in the testing driver has been notoriously
flaky, so let's just match alice's user description.
This does have the downside of not verifying the
appearence of other user cards, which was an
issue with the greeter in the past.
This commit is contained in:
worldofpeace 2019-11-26 09:24:10 -05:00
parent 636a135282
commit 406efdb934

View file

@ -28,7 +28,8 @@ import ./make-test-python.nix ({ pkgs, ...} :
with subtest("Test we can see usernames in elementary-greeter"):
machine.wait_for_text("${user.description}")
machine.wait_for_text("${bob.description}")
# OCR was struggling with this one.
# machine.wait_for_text("${bob.description}")
machine.screenshot("elementary_greeter_lightdm")
with subtest("Login with elementary-greeter"):