1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

Fix typos.

This commit is contained in:
Lukáš Růžička 2024-11-20 19:51:49 +01:00
parent 66b745c840
commit d321a5cbe2

View File

@ -2,6 +2,8 @@ use base "installedtest";
use strict;
use testapi;
use utils;
use lockapi;
use mmapi;
# This test uses a freerdp connection to a remote computer
# running Gnome Workstation.
@ -26,7 +28,7 @@ sub run {
# Open terminal and make a connection to the remote server.
menu_launch_type("terminal");
wait_still_screen(3);
enter_cmd("xfreerdp /:u $rdpuser /:p $rdppass /:v $ip");
enter_cmd("xfreerdp /u:$rdpuser /p:$rdppass /v:$ip");
# Check that a connection window has appeared.
assert_screen("connection_window");