mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
clocks: tweak how we select the hour text
double-click doesn't seem very reliable. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
70271f1397
commit
aebdf08eb5
@ -13,7 +13,9 @@ sub run {
|
|||||||
|
|
||||||
# Add a new alarm using the Add Alarm button
|
# Add a new alarm using the Add Alarm button
|
||||||
assert_and_click("clocks_button_add_alarm");
|
assert_and_click("clocks_button_add_alarm");
|
||||||
assert_and_dclick("clocks_alarm_hour");
|
assert_and_click("clocks_alarm_hour");
|
||||||
|
wait_still_screen 2;
|
||||||
|
send_key("ctrl-a");
|
||||||
wait_still_screen(2);
|
wait_still_screen(2);
|
||||||
type_very_safely("09");
|
type_very_safely("09");
|
||||||
send_key("tab");
|
send_key("tab");
|
||||||
|
Loading…
Reference in New Issue
Block a user