summary refs log tree commit diff
diff options
context:
space:
mode:
-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 e0c35f2d276..3225ebac392 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")
     '';