summaryrefslogtreecommitdiff
path: root/spec/frontend/notes/components/__snapshots__/discussion_jump_to_next_button_spec.js.snap
blob: 11d65ced1807bdad2ebca045f4d4f96cb4c55af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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
      cssclasses=""
      name="comment-next"
      size="16"
    />
  </button>
</div>
`;