summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/form/__snapshots__/title_spec.js.snap
blob: 58ad1f681bcd97891a3e07dca9740aab18ebc899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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"
  labeldescription=""
  optionaltext="(optional)"
>
  <gl-form-input-stub />
</gl-form-group-stub>
`;