1
0
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:
Lukas Ruzicka 2019-03-14 16:27:21 +01:00
parent 6ae7d5cfff
commit 21a5da58ff

View File

@ -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';