| Sukanya Pandey | 5ecdd66 | 2021-01-05 12:07:36 +0530 | [diff] [blame^] | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | |||||
| 3 | exports[`Search.vue should render correctly 1`] = ` | ||||
| 4 | <div | ||||
| 5 | class="search-global" | ||||
| 6 | > | ||||
| 7 | <div | ||||
| 8 | class="form-group mb-2" | ||||
| 9 | id="__BVID__4" | ||||
| 10 | role="group" | ||||
| 11 | > | ||||
| 12 | <label | ||||
| 13 | class="d-block invisible" | ||||
| 14 | for="searchInput-3" | ||||
| 15 | id="__BVID__4__BV_label_" | ||||
| 16 | > | ||||
| 17 | global.form.search | ||||
| 18 | </label> | ||||
| 19 | <div | ||||
| 20 | class="bv-no-focus-ring" | ||||
| 21 | > | ||||
| 22 | <div | ||||
| 23 | class="input-group align-items-center input-group-md" | ||||
| 24 | role="group" | ||||
| 25 | > | ||||
| 26 | <!----> | ||||
| 27 | <div | ||||
| 28 | class="input-group-prepend" | ||||
| 29 | > | ||||
| 30 | <svg | ||||
| 31 | aria-hidden="true" | ||||
| 32 | class="search-icon" | ||||
| 33 | fill="currentColor" | ||||
| 34 | focusable="false" | ||||
| 35 | height="16" | ||||
| 36 | preserveAspectRatio="xMidYMid meet" | ||||
| 37 | viewBox="0 0 16 16" | ||||
| 38 | width="16" | ||||
| 39 | xmlns="http://www.w3.org/2000/svg" | ||||
| 40 | > | ||||
| 41 | <path | ||||
| 42 | d="M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z" | ||||
| 43 | /> | ||||
| 44 | </svg> | ||||
| 45 | </div> | ||||
| 46 | |||||
| 47 | <input | ||||
| 48 | aria-label="global.form.search" | ||||
| 49 | class="search-input form-control" | ||||
| 50 | id="searchInput-3" | ||||
| 51 | placeholder="global.form.search" | ||||
| 52 | type="text" | ||||
| 53 | /> | ||||
| 54 | |||||
| 55 | <!----> | ||||
| 56 | <!----> | ||||
| 57 | </div> | ||||
| 58 | <!----> | ||||
| 59 | <!----> | ||||
| 60 | <!----> | ||||
| 61 | </div> | ||||
| 62 | </div> | ||||
| 63 | </div> | ||||
| 64 | `; | ||||