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: 331a0a474a370e4f98e2f17a903b133efbe5a92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// 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>
  <li role=\\"presentation\\" class=\\"gl-dropdown-divider\\">
    <hr role=\\"separator\\" aria-orientation=\\"horizontal\\" class=\\"dropdown-divider\\">
  </li>
  <li role=\\"presentation\\" class=\\"gl-dropdown-item\\"><button role=\\"menuitem\\" type=\\"button\\" class=\\"dropdown-item\\">
      <!---->
      <!---->
      <!---->
      <div class=\\"gl-dropdown-item-text-wrapper\\">
        <p class=\\"gl-dropdown-item-text-primary\\">
          Upload file
        </p>
        <!---->
      </div>
      <!---->
    </button></li>
</div>"
`;