Removed test because it is not applicable

Test case removed:
    - Verify Existence Of All Buttons In Progress Logs Page

Change-Id: I686e685428185bb456900dbcf83f7769c5821cb8
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/gui_test/logs_menu/test_progress_logs_sub_menu.robot b/gui/gui_test/logs_menu/test_progress_logs_sub_menu.robot
index f2ecf29..0293627 100644
--- a/gui/gui_test/logs_menu/test_progress_logs_sub_menu.robot
+++ b/gui/gui_test/logs_menu/test_progress_logs_sub_menu.robot
@@ -15,8 +15,6 @@
 ${xpath_search_logs_input}       //*[contains(@id,"searchInput")]
 ${xpath_from_date_input}         //*[@id="input-from-date"]
 ${xpath_to_date_input}           //*[@id="input-to-date"]
-${xpath_select_all_checkbox}     //*[@data-test-id="postCode-checkbox-selectAll"]
-${xpath_progress_action_export}  //*[contains(text(),"Export all")]
 
 
 *** Test Cases ***
@@ -28,14 +26,6 @@
     Page Should Contain Element  ${xpath_progress_logs_heading}
 
 
-Verify Existence Of All Buttons In Progress Logs Page
-    [Documentation]  Verify existence of all buttons in progress logs page.
-    [Tags]  Verify_Existence_Of_All_Buttons_In_Progress_Logs_Page
-
-    Page Should Contain Element  ${xpath_select_all_checkbox}  limit=1
-    Page Should Contain Element  ${xpath_progress_action_export}  limit=1
-
-
 Verify Existence Of All Input Boxes In Progress Logs Page
     [Documentation]  Verify existence of all input boxes in progress logs page.
     [Tags]  Verify_Existence_Of_All_Input_Boxes_In_Progress_Logs_Page