Expire and change password via GUI

Change-Id: Iaab0d24ec963cf37d19c3ed594555e12e74cc087
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 3e8a942..3a61268 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -11,6 +11,10 @@
     xpath_textbox_hostname = "//input[@id='host']"
     xpath_textbox_username = "//input[@id='username']"
     xpath_textbox_password = "//input[@id='password']"
+    xpath_input_password = "//input[@id='password']"
+    xpath_input_confirm_password = "//input[@id='passwordConfirm']"
+    xpath_submit_button = '//button[@type="submit"]'
+    xpath_button_profile_settings = '//a[@href="#/profile-settings"]'
     xpath_button_login = "//*[@id='login__submit']"
     xpath_button_user_action = "//button[@id='user-actions']"
     xpath_button_logout = '//button[text()="Log out"]'