1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-23 06:23:09 +00:00

alarm: double-click hour field before we start typing

See: https://gitlab.gnome.org/GNOME/gnome-clocks/-/issues/370
before 47.0, the hour field was already active for typing when
this window opened, but it no longer is.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-09-25 17:53:00 -07:00
parent 47302e9451
commit 4200e6a73f
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 409,
"ypos": 217,
"width": 47,
"height": 36,
"type": "match"
}
],
"properties": [],
"tags": [
"clocks_alarm_hour"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -13,6 +13,7 @@ sub run {
# Add a new alarm using the Add Alarm button
assert_and_click("clocks_button_add_alarm");
assert_and_dclick("clocks_alarm_hour");
wait_still_screen(2);
type_very_safely("09");
send_key("tab");