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:
parent
9c6d5459e6
commit
4d3673f811
@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"properties": [],
|
"properties": [
|
||||||
|
{
|
||||||
|
"name": "workaround",
|
||||||
|
"value": "Abrt reported issues"
|
||||||
|
}
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"abrt_runs",
|
"abrt_runs",
|
||||||
"abrt_runs_found_problem"
|
|
||||||
],
|
],
|
||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,6 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type('abrt');
|
menu_launch_type('abrt');
|
||||||
assert_screen 'abrt_runs';
|
assert_screen 'abrt_runs';
|
||||||
record_soft_failure("Abrt has reported issues") if (match_has_tag 'abrt_runs_found_problem');
|
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user