Add a workaround needle for a cockpit radio button alignment bug

Cockpit 237 has misaligned radio buttons here. We know about the
issue and want the test to not fail on unrelated updates, so let's
make it a soft fail.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-02-10 16:29:16 -08:00
parent 33cb8ae368
commit 3a3a6ecd2d
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"area": [
{
"xpos": 535,
"ypos": 295,
"height": 19,
"click_point": {
"xpos": 8,
"ypos": 8
},
"type": "match",
"width": 43
}
],
"properties": [
{
"name": "workaround",
"value": "workaround for misaligned radio buttons, https://github.com/cockpit-project/cockpit/issues/15283"
}
],
"tags": [
"cockpit_updates_auto_all"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB