summaryrefslogtreecommitdiff
path: root/spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap')
-rw-r--r--spec/frontend/grafana_integration/components/__snapshots__/grafana_integration_spec.js.snap30
1 files changed, 19 insertions, 11 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..0e16b726c4b 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,17 +12,19 @@ exports[`grafana integration component default state to match the default snapsh
class="js-section-header h4"
>
- Grafana Authentication
+ Grafana authentication
</h3>
- <gl-deprecated-button-stub
+ <gl-button-stub
+ category="primary"
class="js-settings-toggle"
- size="md"
- variant="secondary"
+ icon=""
+ size="medium"
+ variant="default"
>
Expand
- </gl-deprecated-button-stub>
+ </gl-button-stub>
<p
class="js-section-sub-header"
@@ -90,14 +92,20 @@ exports[`grafana integration component default state to match the default snapsh
</p>
</gl-form-group-stub>
- <gl-deprecated-button-stub
- size="md"
- 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-deprecated-button-stub>
+ </gl-button-stub>
+ </div>
</form>
</div>
</section>