diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-11 11:20:52 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-11 11:20:52 +0000 |
commit | 6f7ab3010788e0ef11c8f86d9bbad5a8c78331dd (patch) | |
tree | 3ab01053e2f5a2a906b73406d7da8b3fc6904828 /app/views/layouts/header | |
parent | a733c26e13600ceb6ba3b897b5d826d1a84284c3 (diff) | |
parent | f4a694efd8f0dd9c84ab9bbbad1ead4238e0c99f (diff) | |
download | gitlab-ce-6f7ab3010788e0ef11c8f86d9bbad5a8c78331dd.tar.gz |
Merge branch 'qa/gb/validate-qa-selectors' into 'master'
Validate GitLab QA selectors
Closes gitlab-qa#58
See merge request gitlab-org/gitlab-ce!16109
Diffstat (limited to 'app/views/layouts/header')
-rw-r--r-- | app/views/layouts/header/_default.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml index 99e7f3b568d..46727811be4 100644 --- a/app/views/layouts/header/_default.html.haml +++ b/app/views/layouts/header/_default.html.haml @@ -1,4 +1,4 @@ -%header.navbar.navbar-gitlab +%header.navbar.navbar-gitlab.qa-navbar %a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content .container-fluid .header-content @@ -43,7 +43,7 @@ = todos_count_format(todos_pending_count) %li.header-user.dropdown = link_to current_user, class: user_dropdown_class, data: { toggle: "dropdown" } do - = image_tag avatar_icon(current_user, 23), width: 23, height: 23, class: "header-user-avatar" + = image_tag avatar_icon(current_user, 23), width: 23, height: 23, class: "header-user-avatar qa-user-avatar" = sprite_icon('angle-down', css_class: 'caret-down') .dropdown-menu-nav.dropdown-menu-align-right %ul |