xref: /openbmc/webui-vue/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap (revision 142fe91835e0f57b01a2801946f1b63ab56ee3cc)
1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`InputPasswordToggle.vue should render correctly 1`] = `
4<div
5  class="input-password-toggle-container"
6>
7
8
9  <b-button
10    class="input-action-btn btn-icon-only"
11    title="Show password as plain text. Note: this will visually expose your password on the screen."
12    variant="link"
13  >
14    <svg
15      aria-hidden="true"
16      fill="currentColor"
17      focusable="false"
18      height="20"
19      preserveAspectRatio="xMidYMid meet"
20      viewBox="0 0 32 32"
21      width="20"
22      xmlns="http://www.w3.org/2000/svg"
23    >
24      <path
25        d="M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z"
26      />
27      <path
28        d="M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
29      />
30    </svg>
31    <span
32      class="sr-only"
33    >
34      Show password as plain text. Note: this will visually expose your password on the screen.
35    </span>
36  </b-button>
37</div>
38`;
39