mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-11-10 20:15:59 +00:00
Comment on sleeps to make AI happy
This commit is contained in:
parent
ae9e757384
commit
b862803104
@ -15,13 +15,14 @@ sub use_function {
|
||||
send_key("ret");
|
||||
assert_screen("calc_result_$function");
|
||||
assert_and_click("calc_button_clear");
|
||||
# Stop for a moment to let the Calculator clean entry field
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
# Wait until everything settles.
|
||||
sleep 5;
|
||||
sleep(5);
|
||||
|
||||
use_function("cos", "trigonometry", "45");
|
||||
use_function("re", "complex", "20");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user