Skip to content

Commit

Permalink
Add root login
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredi committed Sep 30, 2024
1 parent 1c93340 commit 9d4c6b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/yam/agama/enter_passphrase_cr_swap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ sub run {
send_key "ret";
save_screenshot;
assert_screen("text-login", 200);
enter_cmd("root");
assert_screen "password-prompt";
type_password();
send_key('ret');
assert_screen "text-logged-in-root";
}

1;

0 comments on commit 9d4c6b5

Please sign in to comment.