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: bd7485e9d80ffbf5e34854281f2e14b7d1ddb45e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Blob Header Editing rendering matches the snapshot 1`] = `
<div
  class="file-title-flex-parent js-file-title"
>
  <div
    class="gl-align-items-center gl-display-flex gl-w-full"
  >
    <gl-form-input-stub
      class="form-control js-snippet-file-name"
      name="snippet_file_name"
      placeholder="File name (e.g. test.rb)"
      type="text"
      value="foo.md"
    />
  </div>
</div>
`;