mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Make gte_preferences_off needle more specific
It matches on the "close the app" button on older Flatpak GTE. So widen the needle to include the "Preferences" text, and add a click point. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5065202fcc
commit
0a80004f3e
@ -1,15 +1,19 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 796,
|
||||
"height": 24,
|
||||
"ypos": 61,
|
||||
"width": 27,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_preferences_off"
|
||||
]
|
||||
}
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 24,
|
||||
"type": "match",
|
||||
"width": 349,
|
||||
"xpos": 471,
|
||||
"ypos": 61,
|
||||
"click_point": {
|
||||
"xpos": 329,
|
||||
"ypos": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"gte_preferences_off"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user