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: a569084405330ef5c68f4cd922395d4a7a092cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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>
`;