summaryrefslogtreecommitdiff
path: root/spec/frontend/grafana_integration
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-22 03:09:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-22 03:09:40 +0000
commit448ff1fb8385c55a33535aa30699f739c0767db9 (patch)
treef03ae6c78debca3e06f594134d4cdaf1022dc50b /spec/frontend/grafana_integration
parent4ab94bde3a2668f456b61bcb8e16780d141035cd (diff)
downloadgitlab-ce-448ff1fb8385c55a33535aa30699f739c0767db9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/grafana_integration')
-rw-r--r--spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap2
-rw-r--r--spec/frontend/grafana_integration/components/grafana_integration_spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap b/spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap
index 1595f6c9fff..b284f724b50 100644
--- a/spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap
+++ b/spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap
@@ -12,7 +12,7 @@ exports[`grafana integration component default state to match the default snapsh
class="js-section-header h4"
>
- Grafana Authentication
+ Grafana authentication
</h3>
diff --git a/spec/frontend/grafana_integration/components/grafana_integration_spec.js b/spec/frontend/grafana_integration/components/grafana_integration_spec.js
index 3df200a98e4..2693f11e636 100644
--- a/spec/frontend/grafana_integration/components/grafana_integration_spec.js
+++ b/spec/frontend/grafana_integration/components/grafana_integration_spec.js
@@ -44,7 +44,7 @@ describe('grafana integration component', () => {
it('renders header text', () => {
wrapper = shallowMount(GrafanaIntegration, { store });
- expect(wrapper.find('.js-section-header').text()).toBe('Grafana Authentication');
+ expect(wrapper.find('.js-section-header').text()).toBe('Grafana authentication');
});
describe('expand/collapse button', () => {