GUI: Updated testcase for orderly reboot option in server power operation page
Changes:
- Removed unused old xpath of radio button for orderly reboot option.
Tested:
-Ran above test case from sandbox successfully
Change-Id: I45f52f5ad60285190f42b603c3433b4f2d9eb901
Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
diff --git a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
index f84929f..c916dd3 100644
--- a/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
+++ b/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot
@@ -22,7 +22,6 @@
${xpath_shutdown_immediate_radio} //*[@data-test-id='serverPowerOperations-radio-shutdownImmediate']
${xpath_confirm_button} //button[contains(text(),'Confirm')]
${xpath_current_power_state} //*[@data-test-id='powerServerOps-text-hostStatus']
-${xpath_reboot_orderly_radio} //*[@data-test-id='serverPowerOperations-radio-rebootOrderly']
${xpath_reboot_immediate_radio} //*[@data-test-id='serverPowerOperations-radio-rebootImmediate']
@@ -141,7 +140,6 @@
[Setup] Run Keywords Redfish Power On stack_mode=skip AND Launch Browser And Login GUI
... AND Navigate to Server Power Operation Page
- Click Element At Coordinates ${xpath_reboot_orderly_radio} 0 0
Click Element ${xpath_reboot_button}
Wait Until Page Contains Element ${xpath_confirm_button} timeout=10
Click Element ${xpath_confirm_button}