debian-mirror-gitlab/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
2020-10-24 23:57:45 +05:30

21 lines
487 B
Text

// 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>
`;