1
0
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:
Lukáš Růžička 2024-07-16 17:54:10 +02:00
parent ee9552761a
commit 2039adb8dc
6 changed files with 10 additions and 10 deletions

View File

@ -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")

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"konversation_runs"
"apps_run_konversation"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"kwalletmanager_runs"
"apps_run_kwalletmanager"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"neochat_runs"
"apps_run_neochat"
]
}
}

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"neochat_runs"
"apps_run_neochat"
]
}
}

View File

@ -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.