mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
Drop gnome-contacts softfail for "Unnamed Person" problem
This was resolved upstream and we're no longer hitting this bug in tests on F38, Rawhide or even F37 respins, so we should no longer need this workaround. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7dece68ae6
commit
9199f8a0f0
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 565,
|
||||
"ypos": 166,
|
||||
"width": 218,
|
||||
"height": 27,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"contacts_unnamed_person"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
@ -49,10 +49,6 @@ sub edit_contact {
|
||||
}
|
||||
}
|
||||
}
|
||||
elsif (check_screen("contacts_unnamed_person")) {
|
||||
record_soft_failure("Unnamed Person shown after contact edit: https://gitlab.gnome.org/GNOME/gnome-contacts/-/issues/271");
|
||||
assert_and_click("contacts_contact_listed_$identity");
|
||||
}
|
||||
# Check that the original values are no longer present and die if they are.
|
||||
if (check_screen("contacts_contact_existing_$identity")) {
|
||||
die("The contact information seem not to have been updated.");
|
||||
|
Loading…
Reference in New Issue
Block a user