summaryrefslogtreecommitdiff
path: root/spec/frontend/design_management/components/design_notes/__snapshots__/design_reply_form_spec.js.snap
blob: 4dc8eaea1744314cf8dfcf57e0031e778b8417d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Design reply form component renders button text as "Comment" when creating a comment 1`] = `
"<button data-track-action=\\"click_button\\" data-qa-selector=\\"save_comment_button\\" type=\\"submit\\" disabled=\\"disabled\\" class=\\"btn gl-mr-3 gl-w-auto! btn-confirm btn-md disabled gl-button\\">
  <!---->
  <!----> <span class=\\"gl-button-text\\">
      Comment
    </span></button>"
`;

exports[`Design reply form component renders button text as "Save comment" when creating a comment 1`] = `
"<button data-track-action=\\"click_button\\" data-qa-selector=\\"save_comment_button\\" type=\\"submit\\" disabled=\\"disabled\\" class=\\"btn gl-mr-3 gl-w-auto! btn-confirm btn-md disabled gl-button\\">
  <!---->
  <!----> <span class=\\"gl-button-text\\">
      Save comment
    </span></button>"
`;