Drop abrt handling in privacy page entirely
abrt has been removed from Workstation now, so let's just not expect it here at all. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
79776ebf51
commit
e37761af0d
8 changed files with 0 additions and 71 deletions
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gis_radio_reporting_enable"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 233,
|
||||
"ypos": 338,
|
||||
"width": 556,
|
||||
"height": 32,
|
||||
"type": "match",
|
||||
"match": "90",
|
||||
"click_point": {
|
||||
"xpos": 525,
|
||||
"ypos": 12
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 234,
|
||||
"ypos": 338,
|
||||
"width": 558,
|
||||
"height": 31,
|
||||
"type": "match",
|
||||
"match": 90
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gis_reporting_enabled"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 558,
|
||||
"height": 31,
|
||||
"type": "match",
|
||||
"ypos": 338,
|
||||
"xpos": 234,
|
||||
"click_point": {
|
||||
"xpos": 523,
|
||||
"ypos": 13.5
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gis_reporting_enabled"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
|
|
@ -60,14 +60,6 @@ sub handle_privacy {
|
|||
record_soft_failure("Geoservices are not enabled by default which was expected.");
|
||||
assert_and_click("gis_radio_geoservice_enable");
|
||||
}
|
||||
# Skip this test on Silverblue
|
||||
unless (get_var("CANNED")) {
|
||||
unless (check_screen("gis_reporting_enabled", 5)) {
|
||||
record_soft_failure("Autoreporting is not enabled by default which was expected.");
|
||||
assert_and_click("gis_radio_reporting_enable");
|
||||
}
|
||||
}
|
||||
|
||||
# Disable automatic reporting to test that we can turn options off
|
||||
assert_and_click("gis_radio_geoservice_disable");
|
||||
|
||||
|
|
|
|||
|
|
@ -107,14 +107,6 @@ sub run {
|
|||
qr/^LANG=cs_CZ\.UTF-8$/m
|
||||
);
|
||||
}
|
||||
|
||||
# Check that automatic reporting is enabled when not in Silverblue.
|
||||
unless (get_var('CANNED')) {
|
||||
assert_as_user_eq($user,
|
||||
q{gsettings get org.gnome.desktop.privacy report-technical-problems},
|
||||
'true'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue