summaryrefslogtreecommitdiff
path: root/spec/frontend/grafana_integration
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 21:09:28 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-23 21:09:28 +0000
commit1949d08c1a3089e2189fe7ab610467f369793bf1 (patch)
tree5602659ff18d268e8af70d0235d1a3319a01cc9e /spec/frontend/grafana_integration
parentc5d67a0495ba5bd66f72b9a02da4d351c027c6bd (diff)
downloadgitlab-ce-1949d08c1a3089e2189fe7ab610467f369793bf1.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.snap22
1 files changed, 9 insertions, 13 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 dd889e2ab6f..e880f585daa 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
@@ -93,21 +93,17 @@ exports[`grafana integration component default state to match the default snapsh
</p>
</gl-form-group-stub>
- <div
- class="gl-display-flex gl-justify-content-end"
+ <gl-button-stub
+ buttontextclasses=""
+ category="primary"
+ icon=""
+ size="medium"
+ variant="success"
>
- <gl-button-stub
- buttontextclasses=""
- category="primary"
- icon=""
- size="medium"
- variant="success"
- >
-
- Save Changes
- </gl-button-stub>
- </div>
+ Save Changes
+
+ </gl-button-stub>
</form>
</div>
</section>