Commit c65a1247 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '205821-rename-html-class-class' into 'master'

Change prefix for js-incident-management-settings

Closes #205821

See merge request gitlab-org/gitlab!25333
parents cafb2dac c5dddaf5
......@@ -2,7 +2,7 @@
- setting = project_incident_management_setting
- templates = setting.available_issue_templates.map { |t| [t.name, t.key] }
%section.settings.no-animate.js-incident-management-settings
%section.settings.no-animate.qa-incident-management-settings
.settings-header
%h4= _('Incidents')
%button.btn.js-settings-toggle{ type: 'button' }
......
......@@ -58,7 +58,7 @@ describe 'Projects > Settings > For a forked project', :js do
end
def click_expand_incident_management_button
within '.js-incident-management-settings' do
within '.qa-incident-management-settings' do
click_button('Expand')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment