apps_run_terminal: match window area too
Just matching the Overview entry isn't really enough, the app hasn't really run yet. This makes the test more robust and also helps out on aarch64 desktop tests where the app window takes a long time to appear. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
49a83b26a7
commit
d065974cc6
@ -1,15 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 22,
|
||||
"ypos": 4,
|
||||
"width": 83,
|
||||
"xpos": 129
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_terminal"
|
||||
]
|
||||
"area": [
|
||||
{
|
||||
"height": 22,
|
||||
"type": "match",
|
||||
"width": 83,
|
||||
"xpos": 129,
|
||||
"ypos": 4
|
||||
},
|
||||
{
|
||||
"height": 20,
|
||||
"type": "match",
|
||||
"width": 25,
|
||||
"xpos": 195,
|
||||
"ypos": 125
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_terminal"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user