1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +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:
Adam Williamson 2023-04-28 16:27:45 -07:00
parent 7dece68ae6
commit 9199f8a0f0
3 changed files with 0 additions and 19 deletions

View File

@ -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

View File

@ -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.");