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

blob_edit_header_spec.js.snap « __snapshots__ « components « blob « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e639f917977ed3fcdc2bb3d5ca903d6bb2a7095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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"
>
  <gl-form-input-stub
    class="form-control js-snippet-file-name"
    id="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>
`;