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

discussion_jump_to_next_button_spec.js.snap « __snapshots__ « components « notes « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b29d093130a97d7ced35ba2b676f4e52eeb7380f (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[`JumpToNextDiscussionButton matches the snapshot 1`] = `
<div
  class="btn-group"
  role="group"
>
  <button
    class="btn btn-default discussion-next-btn"
    data-original-title="Jump to next unresolved discussion"
    title=""
  >
    <icon-stub
      name="comment-next"
      size="16"
    />
  </button>
</div>
`;