Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDan Davison <ddavison@gitlab.com>2019-07-11 00:47:08 +0300
committerDan Davison <ddavison@gitlab.com>2019-07-11 00:47:08 +0300
commit2233e27b31b37d43ca8116ebc31a21dc09b190db (patch)
tree9802efefaa058bc8c42c3e8279116523a0c8ce12 /app/views
parent6769aab08af1602905b82604ea26cc3bd758c5c2 (diff)
parentd4466ea970480d6e494190bd25a6d195882d57f5 (diff)
Merge branch 'sl-stablise-basic-login-spec' into 'master'
Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/header/_current_user_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_current_user_dropdown.html.haml b/app/views/layouts/header/_current_user_dropdown.html.haml
index 4f3e4031fe3..45fc39dbbdb 100644
--- a/app/views/layouts/header/_current_user_dropdown.html.haml
+++ b/app/views/layouts/header/_current_user_dropdown.html.haml
@@ -24,4 +24,4 @@
- if current_user_menu?(:sign_out)
%li.divider
%li
- = link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link"
+ = link_to _("Sign out"), destroy_user_session_path, class: "sign-out-link qa-sign-out-link"