From d6733652af498fff7ce3189a018fc1690c307af3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 26 Apr 2025 10:47:43 -0700 Subject: [PATCH] keyring: type/check 'kwallet', not 'kwalletmanager' This is how the test did it before the big menu_launch_type commit, and we use 'kwallet' in another test. Doing this needs an additional needle or needle tag, which is pointless, let's just be consistent that it's 'kwallet'. Signed-off-by: Adam Williamson --- tests/applications/keyring/keyring_password.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/keyring/keyring_password.pm b/tests/applications/keyring/keyring_password.pm index f869fc54..c8d2506e 100644 --- a/tests/applications/keyring/keyring_password.pm +++ b/tests/applications/keyring/keyring_password.pm @@ -96,7 +96,7 @@ sub check_stored { # desktop and check that the password has been stored there. # On KDE, we will use the KWalletManager. if (get_var("DESKTOP") eq "kde") { - menu_launch_type("kwalletmanager", checkstart => 1, maximize => 1); + menu_launch_type("kwallet", checkstart => 1, maximize => 1); # Navigate to the stored entry and check # that the credentials are stored there. assert_and_dclick("keyring_wallet_passwords_unfold");