summaryrefslogtreecommitdiff
path: root/spec/frontend/notes/components/__snapshots__/discussion_jump_to_next_button_spec.js.snap
blob: b1a718d58b5a1a82c049b89f2da5b221b4458de6 (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[`JumpToNextDiscussionButton matches the snapshot 1`] = `
<div
  class="btn-group"
  role="group"
>
  <button
    class="btn btn-default discussion-next-btn"
    data-track-event="click_button"
    data-track-label="mr_next_unresolved_thread"
    data-track-property="click_next_unresolved_thread"
    title="Jump to next unresolved thread"
  >
    <icon-stub
      name="comment-next"
      size="16"
    />
  </button>
</div>
`;