Welcome to mirror list, hosted at ThFree Co, Russian Federation.

snippet_blob_edit_spec.js.snap « __snapshots__ « components « snippets « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cf1ee74ddf33b60f6ee04ac4b941df3292515ae (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[`Snippet Blob Edit component with loaded blob matches snapshot 1`] = `
<div
  class="file-holder snippet"
>
  <blob-header-edit-stub
    candelete="true"
    data-qa-selector="file_name_field"
    id="blob_local_7_file_path"
    value="foo/bar/test.md"
  />
   
  <blob-content-edit-stub
    fileglobalid="blob_local_7"
    filename="foo/bar/test.md"
    value="Lorem ipsum dolar sit amet,
consectetur adipiscing elit."
  />
</div>
`;