Fix 'clear filter' xpath in hardware status page

Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: I2f46f6727b44c5515deb7bc2d12063d1e72a01d0
diff --git a/gui/test/server_health/test_obmc_gui_hardware_status.robot b/gui/test/server_health/test_obmc_gui_hardware_status.robot
index 7491823..21a0b11 100644
--- a/gui/test/server_health/test_obmc_gui_hardware_status.robot
+++ b/gui/test/server_health/test_obmc_gui_hardware_status.robot
@@ -15,7 +15,7 @@
 ${xpath_inventory_export}  //a[contains(text(), "Export")]
 ${xpath_inventory_search}  //*[@id="content__search-input"]
 ${xpath_inventory_search_button}  //*[@id="content__search-submit"]
-${xpath_inventory_search_text_clear}  //button[@class='clear-input']
+${xpath_inventory_search_text_clear}  //*[@aria-label='clear filter']
 ${xpath_bmc_expand}  //*[text()="bmc"]//following::button[1]
 ${xpath_system_expand}  //*[text()="system"]//following::button[1]
 ${xpath_motherboard_expand}  //*[text()="motherboard"]//following::button[1]