mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +00:00
Add leftover, previously unnamed, files.
This commit is contained in:
parent
ee9552761a
commit
2039adb8dc
@ -211,7 +211,7 @@ for typus in ("swap", "ext4", "xfs", "linuxroot"):
|
||||
testtags.append(f"disks_parttype_changed_{typus}")
|
||||
# Needles for konversation/neochat
|
||||
for app in ("neochat", "konversation"):
|
||||
testtags.append(f"{app}_runs")
|
||||
testtags.append(f"apps_run_{app}")
|
||||
testtags.extend(("konversation_connect", "konversation_confirm_close"))
|
||||
# variable-y in custom_change_device but we only have one value
|
||||
testtags.append("anaconda_part_device_sda")
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"konversation_runs"
|
||||
"apps_run_konversation"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"kwalletmanager_runs"
|
||||
"apps_run_kwalletmanager"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"neochat_runs"
|
||||
"apps_run_neochat"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"neochat_runs"
|
||||
"apps_run_neochat"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -100,7 +100,7 @@ sub check_stored {
|
||||
# On KDE, we will use the KWalletManager.
|
||||
if (get_var("DESKTOP") eq "kde") {
|
||||
menu_launch_type("kwalletmanager");
|
||||
assert_screen("kwalletmanager_runs");
|
||||
assert_screen("apps_run_kwalletmanager");
|
||||
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