Made changes to accommodate new logout button location

Change-Id: I8f7f8d691e6d6d13402835dc81b02779351e4364
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 3eb83a9..64362a5 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -12,7 +12,8 @@
     xpath_textbox_username = "//input[@id='username']"
     xpath_textbox_password = "//input[@id='password']"
     xpath_button_login = "//*[@id='login__submit']"
-    xpath_button_logout = '//a[contains(text(), "Log out")]'
+    xpath_button_user_action = "//button[@id='user-actions']"
+    xpath_button_logout = '//button[text()="Log out"]'
     xpath_yes_button = "//button[text()='Yes']"
     xpath_power_indicator = "//*[@id='power-indicator-bar']"
     xpath_select_button_power_on = "//*[@id='power__power-on']"