Fix the call of authenticate function
All checks were successful
All checks were successful
This commit is contained in:
parent
88f25c639a
commit
604c736b9b
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ use mwriter;
|
|||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
my $password = get_var("USER_PASSWORD", "weakpassword");
|
||||
# Start the application
|
||||
menu_launch_type("media-writer", checkstart => 1);
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ sub run {
|
|||
|
||||
# Confirm renovation.
|
||||
wait_still_screen(5);
|
||||
authenticate();
|
||||
authenticate($password, timeout => 15, stillscreen => 3);
|
||||
|
||||
# Wait up to 300 sec and wait for confirmation.
|
||||
# As this operation should be quicker, we do not have to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue