diff --git a/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.json b/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.json new file mode 100644 index 00000000..5f96f958 --- /dev/null +++ b/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "xpos": 409, + "ypos": 217, + "width": 47, + "height": 36, + "type": "match" + } + ], + "properties": [], + "tags": [ + "clocks_alarm_hour" + ] +} \ No newline at end of file diff --git a/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.png b/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.png new file mode 100644 index 00000000..524def15 Binary files /dev/null and b/needles/gnome/apps/clocks/clocks_alarm_hour-20240926.png differ diff --git a/tests/applications/clocks/alarm.pm b/tests/applications/clocks/alarm.pm index 3549283b..1f1d7e21 100644 --- a/tests/applications/clocks/alarm.pm +++ b/tests/applications/clocks/alarm.pm @@ -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");