diff --git a/test/functional/config.js b/test/functional/config.js index 3b126e1a0549b..a32efdf9f4cbe 100644 --- a/test/functional/config.js +++ b/test/functional/config.js @@ -163,6 +163,10 @@ export default async function ({ readConfigFile }) { pathname: '/app/kibana', hash: '/dev_tools/console', }, + account: { + pathname: '/app/kibana', + hash: '/account', + }, home: { pathname: '/app/kibana', hash: '/home', diff --git a/x-pack/plugins/security/public/views/account/account.html b/x-pack/plugins/security/public/views/account/account.html index 9ae1092897b08..67bb4edef50cd 100644 --- a/x-pack/plugins/security/public/views/account/account.html +++ b/x-pack/plugins/security/public/views/account/account.html @@ -31,7 +31,7 @@