mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
abrt back under utilities, drop sundry
As of Fedora-30-20190316.n.1, gnome-abrt is back under the Utilities menu and the 'Sundry' menu seems to have disappeared. Change the test back to using utilities and drop the sundry needle. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bbb2ac06b8
commit
1ed87382a9
@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"properties": [],
|
|
||||||
"tags": [
|
|
||||||
"apps_menu_sundry"
|
|
||||||
],
|
|
||||||
"area": [
|
|
||||||
{
|
|
||||||
"xpos": 350,
|
|
||||||
"ypos": 160,
|
|
||||||
"width": 12,
|
|
||||||
"height": 18,
|
|
||||||
"type": "match"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 339 KiB |
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_abrt', 'apps_menu_sundry');
|
start_with_launcher('apps_menu_abrt', 'apps_menu_utilities');
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'apps_run_abrt';
|
assert_screen 'apps_run_abrt';
|
||||||
# Close the application
|
# Close the application
|
||||||
|
Loading…
Reference in New Issue
Block a user