mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-11 11:05:45 +00:00
Fix running app.
This commit is contained in:
parent
ad608f24c6
commit
86aa31c5b6
@ -22,6 +22,9 @@ sub run {
|
|||||||
my $login = get_var("USER_LOGIN") // "test";
|
my $login = get_var("USER_LOGIN") // "test";
|
||||||
my $password = get_var("USER_PASSWORD") // "weakpassword";
|
my $password = get_var("USER_PASSWORD") // "weakpassword";
|
||||||
desktop_login($login, $password);
|
desktop_login($login, $password);
|
||||||
|
# Let's send one Esc key to come back from Activities later releases.
|
||||||
|
send_key("esc");
|
||||||
|
wait_still_screen 2;
|
||||||
# Start the terminal
|
# Start the terminal
|
||||||
menu_launch_type("gnome-terminal");
|
menu_launch_type("gnome-terminal");
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user