Added new test cases for Progress logs Page

Changes:
     - Added Verify existence of all sections in Progress Logs page
     - Added Verify existence of all fields in Progress Logs page.

Tested: Ran successfully /gui/gui_test/logs_menu/test_progress_logs_sub_menu.robot

Change-Id: I5c361aa722ccb8b99bda8e0d34ba84f7b3feb2b0
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 0293627..9b1947d 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
@@ -38,6 +38,25 @@
     Page Should Contain Element  ${xpath_to_date_input}  limit=1
 
 
+Verify Existence Of All Sections In Progress Logs Page
+    [Documentation]  Verify existence of all sections in Progress Logs page.
+    [Tags]  Verify_Existence_Of_All_Sections_In_Progress_Logs_Page
+
+    Page Should Contain  Progress logs
+
+
+Verify Existence Of All Fields In Progress Logs Page
+    [Documentation]  Verify existence of all fields in progress Logs page.
+    [Tags]  Verify_Existence_Of_All_Fields_In_Progress_Logs_Page
+    [Template]  Page Should Contain
+
+    # Expected parameters
+    Created
+    Time stamp offset
+    Boot count
+    Code
+
+
 *** Keywords ***
 
 Suite Setup Execution