debian-mirror-gitlab/spec/frontend/notes/components/__snapshots__/discussion_jump_to_next_button_spec.js.snap
2020-03-13 15:44:24 +05:30

18 lines
342 B
Text

// 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>
`;