Updated all the Hardware components for Inventory and LEDs page.

Changes:-
    - Updated all hardware components headlines.

Tested:-
    - Ran successfully /gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot

Change-Id: Ib6da222c23806b2f33396ea9c65593fb3ab3c7de
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot b/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot
index fe3f57d..31c70c3 100644
--- a/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot
+++ b/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot
@@ -25,15 +25,22 @@
 Verify Components On Inventory And LEDs Page
     [Documentation]  Verify whether required components are displayed under inventory and LEDs page.
     [Tags]  Verify_Components_On_Inventory_And_LEDs_Page
+    [Template]  Page Should Contain
 
-    Page Should Contain  System
-    Page Should Contain  BMC manager
-    Page Should Contain  Chassis
-    Page Should Contain  DIMM slot
-    Page Should Contain  Fans
-    Page Should Contain  Power supplies
-    Page Should Contain  Processors
-    Page Should Contain  Assemblies
+    # Check all the hardware component are available.
+
+    System indicators
+    Chassis
+    System
+    BMC manager
+    DIMM slot
+    Fans
+    Power supplies
+    Processors
+    Assemblies
+    PCIe slots
+    Fabric Adapters
+
 
 *** Keywords ***