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

toolbar_link_button_spec.js.snap « __snapshots__ « components « content_editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3975a6ce5a6da54c1eac4e141b92bb8c9e4f56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`content_editor/components/toolbar_link_button renders dropdown component 1`] = `
"<div title=\\"Insert link\\" lazy=\\"\\">
  <li role=\\"presentation\\" class=\\"gl-px-3!\\">
    <form tabindex=\\"-1\\" class=\\"b-dropdown-form gl-p-0\\">
      <div role=\\"group\\" class=\\"input-group\\" placeholder=\\"Link URL\\">
        <!---->
        <!----> <input type=\\"text\\" placeholder=\\"Link URL\\" class=\\"form-control gl-form-input\\">
        <div class=\\"input-group-append\\"><button type=\\"button\\" class=\\"btn btn-confirm btn-md gl-button\\">
            <!---->
            <!----> <span class=\\"gl-button-text\\">Apply</span></button></div>
        <!---->
      </div>
    </form>
  </li>
  <!---->
</div>"
`;