minecraft: Fix test

gstqt5
Tim Steinbach 2020-12-17 09:05:53 -05:00
parent 061ef26cb4
commit bc949bb67e
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
in ''
client.wait_for_x()
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.screenshot("launcher")
'';