1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-24 23:03:08 +00:00

Simply abrt KDE stuff even more

...wait, this is what 'workaround' needles are for.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-12-07 11:30:08 -08:00
parent 9c6d5459e6
commit 4d3673f811
2 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,12 @@
{
"properties": [],
"properties": [
{
"name": "workaround",
"value": "Abrt reported issues"
}
],
"tags": [
"abrt_runs",
"abrt_runs_found_problem"
],
"area": [
{

View File

@ -10,7 +10,6 @@ sub run {
# Start the application
menu_launch_type('abrt');
assert_screen 'abrt_runs';
record_soft_failure("Abrt has reported issues") if (match_has_tag 'abrt_runs_found_problem');
# Close the application
quit_with_shortcut();
}