summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/form/__snapshots__/title_spec.js.snap
blob: e503561419666b8e4583830b1dc725a857e17792 (plain)
1
2
3
4
5
6
7
8
9
10
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Title edit field matches the snapshot 1`] = `
<gl-form-group-stub
  label="Title"
  label-for="title-field-edit"
>
  <gl-form-input-stub />
</gl-form-group-stub>
`;