From f5518941d0c1ace7121de63beb7cfd08e9ea4eda Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Tue, 10 Jul 2018 14:49:20 +0200 Subject: [PATCH] Correct syntax in commands. --- tests/desktop_upgrade_graphical.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/desktop_upgrade_graphical.pm b/tests/desktop_upgrade_graphical.pm index 68292ccc..8b6c58df 100644 --- a/tests/desktop_upgrade_graphical.pm +++ b/tests/desktop_upgrade_graphical.pm @@ -35,13 +35,13 @@ sub run { # the previous step checked the screen, now click on the update # button - assert_and_click 'desktop_package_tool_update', 120; + assert_and_click 'desktop_package_tool_update','left', 120; wait_still_screen 2; # a banner should inform about new version, download it - assert_and_click 'desktop_package_tool_download', 300; + assert_and_click 'desktop_package_tool_download','left', 300; wait_still_screen 5; # after the download, Install the updates - assert_and_click 'desktop_package_tool_install', 300; + assert_and_click 'desktop_package_tool_install','left', 300; # wait for refresh, then apply updates, using a C-style loop so we # can reset it if needed due to RHBZ #1314991