minecraft: 2.2.909 → 2.2.741

This commit is contained in:
Tim Steinbach
2020-12-16 10:43:39 -05:00
parent 198003cb9f
commit 8d4d8ef274
2 changed files with 3 additions and 3 deletions
+1 -1
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")
'';