Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 21:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-07 21:09:53 +0300
commit5edd0d173ff0bc377348bf3585fa309eee783e32 (patch)
treed71d995f018e56453e438f7b670c6597e45b4dd6 /spec/frontend/grafana_integration
parent61d62a296064e0330cffec7ed4b7914371b4984b (diff)
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.snap20
1 files changed, 12 insertions, 8 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 d528147a358..8a61f5565c6 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
@@ -92,16 +92,20 @@ exports[`grafana integration component default state to match the default snapsh
</p>
</gl-form-group-stub>
- <gl-button-stub
- category="primary"
- icon=""
- size="medium"
- variant="success"
+ <div
+ class="gl-display-flex gl-justify-content-end"
>
+ <gl-button-stub
+ category="primary"
+ icon=""
+ size="medium"
+ variant="success"
+ >
+
+ Save Changes
- Save Changes
-
- </gl-button-stub>
+ </gl-button-stub>
+ </div>
</form>
</div>
</section>