Fix to accommodate SOL page text changes

Change-Id: If85f174623727cab67778b63a2a9a8a5ebd43e9e
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/gui_test/control_menu/test_obmc_gui_sol_console.robot b/gui/gui_test/control_menu/test_obmc_gui_sol_console.robot
index 6a2d124..d93c82e 100644
--- a/gui/gui_test/control_menu/test_obmc_gui_sol_console.robot
+++ b/gui/gui_test/control_menu/test_obmc_gui_sol_console.robot
@@ -11,7 +11,7 @@
 
 *** Variables ***
 
-${xpath_sol_console_heading}     //h1[text()="Serial over LAN console"]
+${xpath_sol_console_heading}     //h1[text()="Serial over LAN (SOL) console"]
 ${xpath_open_in_new_tab_button}  //button[contains(text(),'Open in new tab')]
 
 
@@ -28,7 +28,7 @@
     [Documentation]  Verify existence of all sections in SOL console page.
     [Tags]  Verify_Existence_Of_All_Sections_In_SOL_Console_Page
 
-    Page Should Contain  Access the Serial over LAN console
+    Page Should Contain  SOL console redirects server's serial port output to this window
 
 
 Verify Existence Of All Buttons In SOL Console Page