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
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-08-06 14:53:54 +0300
committerMartin Wortschack <mwortschack@gitlab.com>2019-08-06 14:54:06 +0300
commita9f76d83114434d3e99525b939b2ce6b5d081002 (patch)
tree2172907f4923c608dad3670fc08ea0f59436e67f /app/views/shared
parent7461c4227a6d394ad6ec4f65149c8598baf23e45 (diff)
Fix broken specs
- Add qa- selector to sort dropdown
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/members/_sort_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_sort_dropdown.html.haml b/app/views/shared/members/_sort_dropdown.html.haml
index 8c1f603bc3f..77f05edab5a 100644
--- a/app/views/shared/members/_sort_dropdown.html.haml
+++ b/app/views/shared/members/_sort_dropdown.html.haml
@@ -1,5 +1,5 @@
= label_tag :sort_by, 'Sort by', class: 'col-form-label label-bold pr-2'
-.dropdown.inline
+.dropdown.inline.qa-member-sort-dropdown
= dropdown_toggle(member_sort_options_hash[@sort], { toggle: 'dropdown' })
%ul.dropdown-menu.dropdown-menu-right.dropdown-menu-selectable
%li.dropdown-header