debian-mirror-gitlab/spec/frontend/snippets/components/__snapshots__/snippet_blob_edit_spec.js.snap

25 lines
584 B
Text
Raw Normal View History

2020-04-08 14:13:33 +05:30
// Jest Snapshot v1, https://goo.gl/fbAQLP
2020-10-24 23:57:45 +05:30
exports[`Snippet Blob Edit component with loaded blob matches snapshot 1`] = `
2020-04-08 14:13:33 +05:30
<div
2020-10-24 23:57:45 +05:30
class="file-holder snippet"
2021-01-03 14:25:43 +05:30
data-qa-selector="file_holder_container"
2020-04-08 14:13:33 +05:30
>
2020-10-24 23:57:45 +05:30
<blob-header-edit-stub
candelete="true"
data-qa-selector="file_name_field"
id="blob_local_7_file_path"
2021-01-03 14:25:43 +05:30
showdelete="true"
2020-10-24 23:57:45 +05:30
value="foo/bar/test.md"
/>
2020-04-08 14:13:33 +05:30
2021-09-30 23:02:18 +05:30
<source-editor-stub
2021-01-03 14:25:43 +05:30
editoroptions="[object Object]"
2020-10-24 23:57:45 +05:30
fileglobalid="blob_local_7"
filename="foo/bar/test.md"
value="Lorem ipsum dolar sit amet,
consectetur adipiscing elit."
/>
2020-04-08 14:13:33 +05:30
</div>
`;