Commit c5dddaf5 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Change prefix for js-incident-management-settings

parent 6c285a80
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- setting = project_incident_management_setting - setting = project_incident_management_setting
- templates = setting.available_issue_templates.map { |t| [t.name, t.key] } - 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 .settings-header
%h4= _('Incidents') %h4= _('Incidents')
%button.btn.js-settings-toggle{ type: 'button' } %button.btn.js-settings-toggle{ type: 'button' }
......
...@@ -58,7 +58,7 @@ describe 'Projects > Settings > For a forked project', :js do ...@@ -58,7 +58,7 @@ describe 'Projects > Settings > For a forked project', :js do
end end
def click_expand_incident_management_button def click_expand_incident_management_button
within '.js-incident-management-settings' do within '.qa-incident-management-settings' do
click_button('Expand') click_button('Expand')
end end
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