about summary refs log tree commit diff
path: root/tests/games/starbound.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/games/starbound.nix')
-rw-r--r--tests/games/starbound.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/games/starbound.nix b/tests/games/starbound.nix
index 4014260e..5f545fe0 100644
--- a/tests/games/starbound.nix
+++ b/tests/games/starbound.nix
@@ -79,7 +79,7 @@ in {
     ${clickAt "join-game" 100 560}
     $client->waitForText(qr/select/i);
     ${clickAt "new-character" 460 220}
-    $client->waitForText(qr/species/i);
+    $client->waitForText(qr/randomise/i);
     ${clickAt "create-character" 600 625}
     $client->waitForText(qr/select/i);
     ${clickAt "use-character" 460 220}
@@ -97,6 +97,7 @@ in {
     ${clickAt "join-server" 495 420}
 
     $client->waitForText(qr/graduation/i);
+    $client->sleep(30);
     $client->screenshot("client");
   '';
 }