mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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
|
# importing whole testapi creates circular dependency, so import only
|
||||||
# necessary functions from testapi
|
# 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() {
|
sub init() {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
Loading…
Reference in New Issue
Block a user