Removed duplicate test Verify_Click_Event_Options

Verify_Click_Event_Options is a duplicate test of
Select_All_Error_Logs_And_Verify_Buttons.

Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: I8d836d462cf828144691374a4c8acb0746097da0
diff --git a/gui/gui_test/health_menu/test_event_logs_sub_menu.robot b/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
index 279ae48..4719b76 100644
--- a/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
+++ b/gui/gui_test/health_menu/test_event_logs_sub_menu.robot
@@ -57,17 +57,6 @@
     Page Should Contain Element  ${xpath_event_to_date}  limit=1
 
 
-Verify Event Log Options
-    [Documentation]  Verify all the options after selecting event logs.
-    [Tags]  Verify_Click_Event_Options
-
-    Create Error Logs  ${1}
-    Select All Events
-    Page Should Contain Button  ${xpath_event_action_delete}  limit=1
-    Page Should Contain Element  ${xpath_event_action_export}  limit=1
-    Page Should Contain Element  ${xpath_event_action_cancel}  limit=1
-
-
 Select Single Error Log And Delete
     [Documentation]  Select single error log and delete it.
     [Tags]  Select_Single_Error_Log_And_Delete