Welcome to mirror list, hosted at ThFree Co, Russian Federation.

design_reply_form_spec.js.snap « __snapshots__ « design_notes « components « design_management « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9f5ba0bade752cdd7b600f4ddc85554f45ec397 (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-event=\\"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-event=\\"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>"
`;