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

22 lines
516 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Blob Header Editing rendering matches the snapshot 1`] = `
<div
class="js-file-title file-title-flex-parent"
>
<div
class="gl-display-flex gl-align-items-center gl-w-full"
>
<gl-form-input-stub
class="form-control js-snippet-file-name"
name="snippet_file_name"
placeholder="Give your file a name to add code highlighting, e.g. example.rb for Ruby"
type="text"
value="foo.md"
/>
<!---->
</div>
</div>
`;