summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/components/__snapshots__/blob_edit_header_spec.js.snap
blob: e47a7dcfa2a65853a3a25055c50796f775d1c60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Blob Header Editing rendering matches the snapshot 1`] = `
<div
  class="js-file-title file-title-flex-parent"
>
  <gl-form-input-stub
    class="form-control js-snippet-file-name qa-snippet-file-name"
    id="snippet_file_name"
    name="snippet_file_name"
    placeholder="Give your file a name to add code highlighting, e.g. example.rb for Ruby"
    type="text"
    value="foo.md"
  />
</div>
`;