Added delay for page to load completely

Changes:
    - Added delay for page to load completely

Tested:
     Ran the suite successfully gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot

Change-Id: Icd7d16de23d0b02fdd09768c166b17996fb595d1
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot b/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
index 7a2595e..058070f 100644
--- a/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
+++ b/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot
@@ -123,5 +123,6 @@
     Click Element  ${xpath_hardware_status_menu}
     Click Element  ${xpath_sensor_sub_menu}
     Wait Until Keyword Succeeds  30 sec  5 sec  Location Should Contain  sensors
+    Wait Until Element Is Not Visible   ${xpath_page_loading_progress_bar}  timeout=30
     # Added delay for sensor page to load completely.
     Sleep  100s