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: 2f4c114dd3d1b811fe3c36c00bd07a5117fc698e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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"
    title="Jump to next unresolved thread"
  >
    <icon-stub
      name="comment-next"
      size="16"
    />
  </button>
</div>
`;