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']"