Added tests for date and time setting menu

Changes:
    - Added suite to test date and time settings page
    - Added tests to verify existence of all sections and elements of date
      and time settings page

Change-Id: Ieb3a305bce12b9fa7230205207d4ea08c5a1a490
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 1e60907..694fd07 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -147,6 +147,7 @@
     # xpath for configuration menu
     xpath_server_configuration = "//button[@aria-controls='configuration-menu']"
     xpath_select_network_settings = "//a[@href='#/configuration/network-settings']"
+    xpath_date_time_settings_sub_menu = "//a[@href='#/configuration/date-time-settings']"
 
     # xpath for access control menu
     xpath_access_control_menu = "//*[@data-test-id='nav-button-accessControl']"