summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-17 09:05:53 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-17 09:05:53 -0500
commitbc949bb67e3920f3e06be3e6e36689520549781b (patch)
treef384244fc0eb9c858ddfdcdedbba1bb79f91084e
parent061ef26cb417d0b0f2cc0add9194496c708f4164 (diff)
minecraft: Fix test
-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")
'';