Commit 6fe79e85 authored by lauraMon's avatar lauraMon

Updates snapshot for grafana intergration

parent 9ecc3f7d
...@@ -35,7 +35,7 @@ describe 'Projects > Settings > For a forked project', :js do ...@@ -35,7 +35,7 @@ describe 'Projects > Settings > For a forked project', :js do
end end
it 'renders form for incident management' do it 'renders form for incident management' do
expect(page).to have_selector('h4', text: 'Incidents') expect(page).to have_selector('h3', text: 'Incidents')
end end
it 'sets correct default values' do it 'sets correct default values' do
......
...@@ -8,13 +8,13 @@ exports[`grafana integration component default state to match the default snapsh ...@@ -8,13 +8,13 @@ exports[`grafana integration component default state to match the default snapsh
<div <div
class="settings-header" class="settings-header"
> >
<h4 <h3
class="js-section-header" class="js-section-header h4"
> >
Grafana Authentication Grafana Authentication
</h4> </h3>
<gl-button-stub <gl-button-stub
class="js-settings-toggle" class="js-settings-toggle"
......
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