nixosTests.shattered-pixel-dungeon: use wait_for_text

authored by Weijia Wang and committed by Francesco Gazzetta 1dab6eb2 f7177e24

+1 -3
+1 -3
nixos/tests/shattered-pixel-dungeon.nix
··· 21 21 machine.wait_for_x() 22 22 machine.execute("shattered-pixel-dungeon >&2 &") 23 23 machine.wait_for_window(r"Shattered Pixel Dungeon") 24 - machine.sleep(5) 25 - if "Enter" not in machine.get_screen_text(): 26 - raise Exception("Program did not start successfully") 24 + machine.wait_for_text("Enter") 27 25 machine.screenshot("screen") 28 26 ''; 29 27 })