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

toolbar_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: a708f7d5f479da94fd0c9bb3456db1a080b4eaef (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_button displays tertiary, medium button with a provided label and icon 1`] = `
<b-button-stub
  aria-label="Bold"
  class="btn-default-tertiary btn-icon gl-button gl-mr-3"
  size="sm"
  tag="button"
  title="Bold"
  type="button"
  variant="default"
>
  <gl-icon-stub
    class="gl-button-icon"
    name="bold"
    size="16"
  />
</b-button-stub>
`;