1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-09 02:23:08 +00:00

Replace tour_start with a version with no OCR

OCR seems to be a common trigger of the mystery thread crash.
It's also not working properly anyway - the text we're trying
to match here is not in the current version of the tour but we
pass the needle match somehow. So, let's just ditch the attempt
to use OCR and go with regular area matches.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-12-24 14:48:16 -08:00
parent 3359810887
commit a0903c995c
4 changed files with 22 additions and 24 deletions

View File

@ -0,0 +1,22 @@
{
"area": [
{
"height": 80,
"type": "match",
"width": 78,
"xpos": 284,
"ypos": 284
},
{
"height": 30,
"type": "match",
"width": 145,
"xpos": 440,
"ypos": 545
}
],
"properties": [],
"tags": [
"tour_start"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -1,24 +0,0 @@
{
"area": [
{
"xpos": 421,
"ypos": 546,
"width": 184,
"height": 30,
"type": "ocr",
"margin": 30,
"refstr": "Start the Tour"
},
{
"xpos": 284,
"ypos": 284,
"width": 78,
"height": 80,
"type": "match"
}
],
"properties": [],
"tags": [
"tour_start"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB