From 796455e20525744a1ec7eea0799e971b5a889143 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Wed, 27 Jun 2018 12:11:34 +0200 Subject: [PATCH] Add login into system. --- tests/upgrade_graph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/upgrade_graph.pm b/tests/upgrade_graph.pm index 71840c20..571ca8ef 100644 --- a/tests/upgrade_graph.pm +++ b/tests/upgrade_graph.pm @@ -19,7 +19,7 @@ sub run { # login onto the system send_key "ret"; - assert_screen "graphical_login_input"; + # assert_screen "graphical_login_input"; my $password = get_var("USER_PASSWORD", "weakpassword"); type_very_safely $password; send_key "ret";