mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 20:44:31 +00:00
Fix error.
This commit is contained in:
parent
6ae7d5cfff
commit
21a5da58ff
@ -8,7 +8,7 @@ use utils;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
# Click on Timer
|
# Click on Timer
|
||||||
assert_and_click 'clocks_button_stopwatch';
|
assert_and_click 'clocks_button_timer';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Start timer
|
# Start timer
|
||||||
assert_and_click 'clocks_button_start';
|
assert_and_click 'clocks_button_start';
|
||||||
|
Loading…
Reference in New Issue
Block a user