summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/components/__snapshots__/blob_edit_header_spec.js.snap
blob: 1733c4d4bb426c1e752edf1c2e22eafe4fb2bf38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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"
>
  <div
    class="gl-display-flex gl-align-items-center gl-w-full"
  >
    <gl-form-input-stub
      class="form-control js-snippet-file-name"
      name="snippet_file_name"
      placeholder="File name (e.g. test.rb)"
      type="text"
      value="foo.md"
    />
     
    <!---->
  </div>
</div>
`;