mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Abrt should not fail on found issues but softfail on startup tests.
This commit is contained in:
parent
7daa4b3dd0
commit
f29572ba76
15
needles/kde/apps/abrt_runs_found_problem.json
Normal file
15
needles/kde/apps/abrt_runs_found_problem.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"abrt_runs_found_problem"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 394,
|
||||
"ypos": 231,
|
||||
"width": 63,
|
||||
"height": 17,
|
||||
"type": "match"
|
||||
}
|
||||
]
|
||||
}
|
BIN
needles/kde/apps/abrt_runs_found_problem.png
Normal file
BIN
needles/kde/apps/abrt_runs_found_problem.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
@ -10,7 +10,10 @@ sub run {
|
||||
# Start the application
|
||||
menu_launch_type('abrt');
|
||||
# Check that it is started
|
||||
assert_screen 'abrt_runs';
|
||||
unless (check_screen('abrt_runs')) {
|
||||
assert_screen('abrt_runs_found_problem');
|
||||
record_soft_failure("Abrt has reported issues.");
|
||||
}
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user