summaryrefslogtreecommitdiff
path: root/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
blob: 959bc24eef6400ae5fd8013c55f2165fbd9864d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Snippet Blob Edit component rendering matches the snapshot 1`] = `
<div
  class="form-group file-editor"
>
  <label>
    File
  </label>
   
  <div
    class="file-holder snippet"
  >
    <blob-header-edit-stub
      data-qa-selector="file_name_field"
      value="lorem.txt"
    />
     
    <blob-content-edit-stub
      filename="lorem.txt"
      value="Lorem ipsum dolor sit amet, consectetur adipiscing elit."
    />
  </div>
</div>
`;