summaryrefslogtreecommitdiff
path: root/app/views/groups/edit.html.haml
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-08-27 10:48:04 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-08-27 10:48:04 +0500
commit7a162e1a8f1f1aeb45fee149c201115f7a7231c9 (patch)
tree98f9630312312cdf9a08828439f0d0034816b211 /app/views/groups/edit.html.haml
parent4d4e88df01554336daf245a68653b80ca00989a5 (diff)
downloadgitlab-ce-7a162e1a8f1f1aeb45fee149c201115f7a7231c9.tar.gz
Add qa selector elements and files from the EE branch
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r--app/views/groups/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 0c8f86c2822..6d06bb246cb 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -14,7 +14,7 @@
.settings-content
= render 'groups/settings/general'
-%section.settings.gs-permissions.no-animate#js-permissions-settings{ class: ('expanded' if expanded) }
+%section.settings.gs-permissions.no-animate#js-permissions-settings{ class: ('expanded' if expanded), data: { qa_selector: 'permission_lfs_2fa_section' } }
.settings-header
%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only{ role: 'button' }
= _('Permissions, LFS, 2FA')