mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-24 19:25:44 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
0190f38677
commit
d6733652af
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user