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:
Adam Williamson 2020-12-04 11:33:00 -08:00
parent 49a83b26a7
commit d065974cc6

View File

@ -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"
]
}