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:
parent
3359810887
commit
a0903c995c
22
needles/gnome/apps/tour/tour_start-20241224.json
Normal file
22
needles/gnome/apps/tour/tour_start-20241224.json
Normal 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"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/tour/tour_start-20241224.png
Normal file
BIN
needles/gnome/apps/tour/tour_start-20241224.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
@ -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 |
Loading…
Reference in New Issue
Block a user