Change of xpath and modification of file path for profile settings page

Change-Id: I821a72abfc87b97bba09a6194cea5b347b03ff23
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 816b167..88b9545 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -130,7 +130,7 @@
 
     # xpath for header
     xpath_root_button_menu = "//*[@id='app-header-user__BV_toggle_']"
-    xpath_profile_settings = "//a[@href='#/profile-settings']"
+    xpath_profile_settings = "//*[@data-test-id='appHeader-link-profile']"
     xpath_server_health_header = "//*[@data-test-id='appHeader-container-health']"
     xpath_event_header = "//h1[text()='Event logs']"
     xpath_server_power_header = "//*[@data-test-id='appHeader-container-power']"
diff --git a/gui/gui_test/overview_menu/test_obmc_profile_settings.robot b/gui/gui_test/gui_header/test_obmc_profile_settings.robot
similarity index 100%
rename from gui/gui_test/overview_menu/test_obmc_profile_settings.robot
rename to gui/gui_test/gui_header/test_obmc_profile_settings.robot