GUI:Verify text under date and time page

Changes:
   - Added test case to verify text under date and time page
Tested:
   - Ran the test case from sandbox successfully

Change-Id: I24b21126e862654cab1331f8f18dcf8aefed9c35
Signed-off-by: sarandev3 <saranyad@in.ibm.com>
diff --git a/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot b/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot
index 9c65316..91a7c9b 100644
--- a/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot
+++ b/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot
@@ -31,6 +31,18 @@
     Page Should Contain Element  ${xpath_date_time_heading}
 
 
+Verify Text Under Date And Time Page
+    [Documentation] Verify the presence of the required text on the date and time page.
+    [Tags]  Verify_Text_Under_Date_And_Time_Page
+
+
+    Page Should Contain  To change how date and time are displayed
+    ...  (either UTC or browser offset) throughout the application, visit Profile Settings
+
+    Page Should Contain  If NTP is selected but an NTP server is not given or the
+    ...  given NTP server is not reachable, then time.google.com will be used.
+
+
 Verify Existence Of All Sections In Date And Time Page
     [Documentation]  Verify existence of all sections in date and time page.
     [Tags]  Verify_Existence_Of_All_Sections_In_Date_And_Time_Page