blob: 9f988f53ceed81bcd866c1221141e990576fb9ea [file] [log] [blame]
SurenNeware6b426782020-12-31 20:46:40 +05301// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`InfoTooltip.vue should render correctly 1`] = `
Derick Montaguee88b8162021-01-06 23:33:14 -06004<button
Derick Montaguee88b8162021-01-06 23:33:14 -06005 class="btn btn-tooltip btn-icon-only btn-link"
6 title="A tooltip test title"
7 type="button"
8>
9 <svg
10 aria-hidden="true"
11 fill="currentColor"
12 focusable="false"
13 height="16"
14 preserveAspectRatio="xMidYMid meet"
15 viewBox="0 0 16 16"
16 width="16"
17 xmlns="http://www.w3.org/2000/svg"
SurenNeware6b426782020-12-31 20:46:40 +053018 >
Derick Montaguee88b8162021-01-06 23:33:14 -060019 <path
20 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"
21 />
22 <path
23 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"
24 />
25 </svg>
Yoshie Muranaka6e89ba62021-01-29 09:48:54 -080026
27 <span
28 class="sr-only"
29 >
30 global.ariaLabel.tooltip
31 </span>
Derick Montaguee88b8162021-01-06 23:33:14 -060032</button>
SurenNeware6b426782020-12-31 20:46:40 +053033`;