summaryrefslogtreecommitdiffstats
path: root/nixos/tests/minecraft.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/minecraft.nix')
-rw-r--r--nixos/tests/minecraft.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/minecraft.nix b/nixos/tests/minecraft.nix
index e0c35f2d2769..3225ebac392a 100644
--- a/nixos/tests/minecraft.nix
+++ b/nixos/tests/minecraft.nix
@@ -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")
'';