summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/InfoTooltip.spec.js.snap
blob: 9f988f53ceed81bcd866c1221141e990576fb9ea (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[`InfoTooltip.vue should render correctly 1`] = `
<button
  class="btn btn-tooltip btn-icon-only btn-link"
  title="A tooltip test title"
  type="button"
>
  <svg
    aria-hidden="true"
    fill="currentColor"
    focusable="false"
    height="16"
    preserveAspectRatio="xMidYMid meet"
    viewBox="0 0 16 16"
    width="16"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      d="M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
    />
    <path
      d="M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
    />
  </svg>
   
  <span
    class="sr-only"
  >
    global.ariaLabel.tooltip
  </span>
</button>
`;