blob: cd94a3451cdd3fcbb18b4dbde3ac605a72ba7954 [file] [log] [blame]
Sukanya Pandey5ecdd662021-01-05 12:07:36 +05301// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`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>
Dixsie1915d8c2021-03-25 15:44:02 -050019 <div>
Sukanya Pandey5ecdd662021-01-05 12:07:36 +053020 <div
21 class="input-group align-items-center input-group-md"
22 role="group"
23 >
24 <!---->
25 <div
26 class="input-group-prepend"
27 >
28 <svg
29 aria-hidden="true"
30 class="search-icon"
31 fill="currentColor"
32 focusable="false"
33 height="16"
34 preserveAspectRatio="xMidYMid meet"
35 viewBox="0 0 16 16"
36 width="16"
37 xmlns="http://www.w3.org/2000/svg"
38 >
39 <path
40 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"
41 />
42 </svg>
43 </div>
44
45 <input
46 aria-label="global.form.search"
47 class="search-input form-control"
48 id="searchInput-3"
49 placeholder="global.form.search"
50 type="text"
51 />
52
53 <!---->
54 <!---->
55 </div>
56 <!---->
57 <!---->
58 <!---->
59 </div>
60 </div>
61</div>
62`;