minecraft: Fix test
This commit is contained in:
parent
061ef26cb4
commit
bc949bb67e
@ -21,7 +21,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
|||||||
in ''
|
in ''
|
||||||
client.wait_for_x()
|
client.wait_for_x()
|
||||||
client.execute("su - alice -c minecraft-launcher &")
|
client.execute("su - alice -c minecraft-launcher &")
|
||||||
client.wait_for_text("CONTINUE WITHOUT LOGIN")
|
client.wait_for_text("Create a new Microsoft account")
|
||||||
client.sleep(10)
|
client.sleep(10)
|
||||||
client.screenshot("launcher")
|
client.screenshot("launcher")
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user