Added a test case to Verify Profile Setting Button In Date And Time Page

Changes:
   - Added one test case to Verify Profile Setting Button In Date And Time Page
Tested:
   - Ran above test case from sandbox successfully

Change-Id: I021eade7b5455d1d47516da4704d9a08d03922bf
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 eef9cce..3b54bed 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
@@ -90,6 +90,15 @@
     Page Should Contain  ${redfish_date}
     Page Should Contain  ${redfish_time}
 
+Verify Profile Setting Button In Date And Time Page
+    [Documentation]  Verify navigation to profile setting page after clicking
+    ...  on profile setting button in date and time page.
+    [Tags]  Verify_Profile_Setting_Button_In_Date_And_Time_Page
+
+    Click Element   ${xpath_Profile_Settings}
+    Wait Until Page Contains Element  ${xpath_profile_settings_heading}  timeout=10
+    Location Should Contain   profile-settings
+
 
 Verify NTP Server Input Fields In Date And Time Page
     [Documentation]  Verify NTP server input fields in date and time page.