Drop one more mention of wait_idle
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7234729949
commit
478a55f057
@ -16,7 +16,7 @@ use Cwd;
|
||||
|
||||
# importing whole testapi creates circular dependency, so import only
|
||||
# necessary functions from testapi
|
||||
use testapi qw(check_var get_var send_key type_string wait_idle assert_screen);
|
||||
use testapi qw(check_var get_var send_key type_string assert_screen);
|
||||
|
||||
sub init() {
|
||||
my ($self) = @_;
|
||||
|
Loading…
Reference in New Issue
Block a user