Skip to content
Snippets Groups Projects
Commit cc2ed858 authored by Reuben Pereira's avatar Reuben Pereira Committed by Mike Greiling
Browse files

Add feature specs for settings page

Add spec for form fields
Style settings sections
parent d3d24bb4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,7 +23,10 @@
}
 
.settings {
border-bottom: 1px solid $gray-darker;
// border-top for each item except the top one
+ .settings {
border-top: 1px solid $border-color;
}
 
&:first-of-type {
margin-top: 10px;
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
 
- setting = error_tracking_setting
 
%section.settings.expanded.border-0.no-animate
%section.settings.expanded.no-animate
.settings-header
%h4
= _('Error Tracking')
Loading
Loading
Loading
Loading
@@ -2,5 +2,6 @@
- page_title _('Operations Settings')
- breadcrumb_title _('Operations Settings')
 
= render_if_exists 'projects/settings/operations/incidents'
= render 'projects/settings/operations/error_tracking', expanded: true
= render_if_exists 'projects/settings/operations/tracing'
Loading
Loading
@@ -18,6 +18,7 @@ describe 'projects/settings/operations/show' do
allow(view).to receive(:error_tracking_setting)
.and_return(error_tracking_setting)
allow(view).to receive(:current_user).and_return(user)
allow(view).to receive(:incident_management_available?) { false }
end
 
let!(:error_tracking_setting) do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment