Actions
action #50045
closed[qam][blue][sle] - Fix type_password to accept parameters and pass them to the inner call type_string
Start date:
2019-04-05
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
type_password is wrapper around type_string, but doesn't support all its parameters.
http://open.qa/api/testapi/#_type_string accepts following:
type_string($string [, max_interval => ] [, wait_screen_changes => ] [, wait_still_screen => ] [, secret => 1 ]
[, timeout => ] [, similarity_level => ] );
type_password supports max_interval only.
Expectation:
Try pass all relevant parameters to type_string
Updated by pcervinka almost 6 years ago
- Related to action #49655: [qam][sporadic][blue] test fails in evolution_prepare_servers - Race condition when typing password added
Updated by pcervinka over 5 years ago
- Status changed from Workable to In Progress
Updated by pcervinka over 5 years ago
Actions