debian-mirror-gitlab/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap
2021-09-30 23:02:18 +05:30

25 lines
584 B
Plaintext

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