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:
parent
47302e9451
commit
4200e6a73f
15
needles/gnome/apps/clocks/clocks_alarm_hour-20240926.json
Normal file
15
needles/gnome/apps/clocks/clocks_alarm_hour-20240926.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 409,
|
||||
"ypos": 217,
|
||||
"width": 47,
|
||||
"height": 36,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"clocks_alarm_hour"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/clocks/clocks_alarm_hour-20240926.png
Normal file
BIN
needles/gnome/apps/clocks/clocks_alarm_hour-20240926.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user