Fixing the xpath path for SOL page heading

Change-Id: Iecfc010ae611687d585d6016eba4ed88317a3572
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 73a0c7d..b378b12 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -137,6 +137,7 @@
     xpath_refresh_button = "//*[@data-test-id='appHeader-button-refresh']"
     xpath_network_page_header = "//h1[contains(text(), 'Network settings')]"
     xpath_sol_header = "//h1[contains(text(), 'Serial over LAN console')]"
+    xpath_sol_console_heading = "//h1[text()='Serial over LAN (SOL) console']"
 
     # xpath for health menu
     xpath_health_menu = "//*[@data-test-id='nav-button-health']"
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 d93c82e..5ece154 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,6 @@
 
 *** Variables ***
 
-${xpath_sol_console_heading}     //h1[text()="Serial over LAN (SOL) console"]
 ${xpath_open_in_new_tab_button}  //button[contains(text(),'Open in new tab')]
 
 
diff --git a/gui/gui_test/overview_menu/test_overview_menu.robot b/gui/gui_test/overview_menu/test_overview_menu.robot
index 4ae2a78..7dcbe14 100644
--- a/gui/gui_test/overview_menu/test_overview_menu.robot
+++ b/gui/gui_test/overview_menu/test_overview_menu.robot
@@ -129,7 +129,7 @@
     [Tags]  Verify_Serial_Over_LAN_Console_Button_In_Overview_Page
 
     Click Element  ${xpath_launch_serial_over_lan}
-    Wait Until Page Contains Element  ${xpath_sol_header}
+    Wait Until Page Contains Element  ${xpath_sol_console_heading}
 
 
 Verify Server LED Turn On