1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-03 23:46:01 +00:00

Simplify gte shortcuts test for GNOME 49 RC

There's no 'go to 2' button any more, we'll just click a random
section (Windows) and check that. This would also work fine for
the old style if we still need that - just add the '2' button to
gte_shortcuts_one and make sure it's the click area.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-09-06 14:12:52 -07:00
parent 8fb84cd458
commit 2dc3407547
7 changed files with 2 additions and 48 deletions

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 520,
"ypos": 709,
"width": 29,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"gte_shortcuts_go_two"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"ypos": 687,
"xpos": 499,
"type": "match",
"width": 27,
"height": 18
}
],
"properties": [],
"tags": [
"gte_shortcuts_go_two"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 499,
"type": "match",
"width": 27,
"ypos": 687,
"height": 18
}
],
"properties": [],
"tags": [
"gte_shortcuts_go_two"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

View File

@ -16,10 +16,9 @@ sub run {
send_key("ctrl-?");
# Assert the screen and move to next one
assert_screen "gte_shortcuts_one";
assert_and_click "gte_shortcuts_go_two";
assert_and_click "gte_shortcuts_one";
# Assert the screen and move to next one
# Assert the screen
assert_screen "gte_shortcuts_two";
}