summaryrefslogtreecommitdiff
path: root/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
blob: e12255fe8253bfafff6a376c00c4384b5bbf8575 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Snippet Blob Edit component with loaded blob matches snapshot 1`] = `
<div
  class="file-holder snippet"
  data-qa-selector="file_holder_container"
>
  <blob-header-edit-stub
    candelete="true"
    data-qa-selector="file_name_field"
    id="blob_local_7_file_path"
    showdelete="true"
    value="foo/bar/test.md"
  />
   
  <source-editor-stub
    editoroptions="[object Object]"
    fileglobalid="blob_local_7"
    filename="foo/bar/test.md"
    value="Lorem ipsum dolar sit amet,
consectetur adipiscing elit."
  />
</div>
`;