1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Fix error.

This commit is contained in:
Lukas Ruzicka 2019-03-14 16:27:21 +01:00
parent 6ae7d5cfff
commit 21a5da58ff

View File

@ -8,7 +8,7 @@ use utils;
sub run {
my $self = shift;
# Click on Timer
assert_and_click 'clocks_button_stopwatch';
assert_and_click 'clocks_button_timer';
wait_still_screen 2;
# Start timer
assert_and_click 'clocks_button_start';