Added tests to verify navigation to control menu pages

Test cases added:
    - Verify Navigation To Manage Power Usage Page
    - Verify Navigation To Reboot BMC Page
    - Verify Navigation To SOL Console Page
    - Verify Navigation To Server LED Page
    - Verify Navigation To Server Power Operations Page
    - Verify Navigation To KVM Page

Change-Id: I7dcc4ed092a5c591017b9661e980c743e43de974
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/gui_test/control_menu/test_server_led_sub_menu.robot b/gui/gui_test/control_menu/test_server_led_sub_menu.robot
index 9469ceb..765f2a4 100644
--- a/gui/gui_test/control_menu/test_server_led_sub_menu.robot
+++ b/gui/gui_test/control_menu/test_server_led_sub_menu.robot
@@ -11,11 +11,19 @@
 
 *** Variables ***
 
+${xpath_server_led_heading}  //h1[text()="Server LED"]
 ${xpath_led_value}           //*[@data-test-id='serverLed-checkbox-switchIndicatorLed']/following-sibling::label/span
 ${xpath_overview_led_value}  //*[@data-test-id='overviewQuickLinks-checkbox-serverLed']/following-sibling::label/span
 
 *** Test Cases ***
 
+Verify Navigation To Server LED Page
+    [Documentation]  Verify navigation to server LED page.
+    [Tags]  Verify_Navigation_To_Server_LED_Page
+
+    Page Should Contain Element  ${xpath_server_led_heading}
+
+
 Verify Existence Of All Sections In Server LED Page
     [Documentation]  Verify existence of all sections in Server LED page.
     [Tags]  Verify_Existence_Of_All_Sections_In_Server_LED_Page