Made changes to accommodate new logout button location

Change-Id: I8f7f8d691e6d6d13402835dc81b02779351e4364
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/__init__.robot b/gui/__init__.robot
index 4ce5fe2..94ca091 100644
--- a/gui/__init__.robot
+++ b/gui/__init__.robot
@@ -23,8 +23,7 @@
     [Documentation]  Display initial info about the test cases.
 
     Rpvars  EXECDIR
-    Print Timen  OBMC_GUI Testing ==> [IN PROGRESS]
-    Print Dashes  0  100  1  =
+    Log To Console  OBMC_GUI Testing ==> [IN PROGRESS]
 
 Get OpenBMC System Info
     [Documentation]  Display open BMC system info like system name and IP.
@@ -33,11 +32,9 @@
     Rpvars  OPENBMC_HOST  OPENBMC_HOST_NAME
     ${build_info}  ${stderr}  ${rc}=  BMC Execute Command  cat /etc/os-release
     ...  print_output=1
-    Print Dashes  0  100  1  =
 
 Init Teardown Steps
     [Documentation]  End the test execution by closing browser.
 
-    Print Timen  OBMC_GUI Testing ==> [Finished]
-    Print Dashes  0  100  1  =
+    Log To Console  OBMC_GUI Testing ==> [Finished]
     Close Browser