mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-09-01 12:05:49 +00:00
De-duplicate kwalletmanager app run needles
We have apps_run_kwallet and apps_run_kwalletmanager. We do not need both. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2a9eabc3d8
commit
718f41f667
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"ypos": 97,
|
||||
"xpos": 460,
|
||||
"width": 104,
|
||||
"height": 23
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_kwalletmanager"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 358 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 459,
|
||||
"ypos": 96,
|
||||
"width": 104,
|
||||
"height": 23,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_kwalletmanager"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 647 KiB |
@ -97,8 +97,8 @@ 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");
|
||||
assert_screen("apps_run_kwalletmanager");
|
||||
menu_launch_type("kwallet");
|
||||
assert_screen("apps_run_kwallet");
|
||||
send_key("super-pgup");
|
||||
# Navigate to the stored entry and check
|
||||
# that the credentials are stored there.
|
||||
|
Loading…
Reference in New Issue
Block a user