File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
packages/autocomplete-js/src/__tests__ Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ describe('autocomplete-js', () => {
6969 type="submit"
7070 >
7171 <svg
72+ class="aa-SubmitIcon"
7273 height="20"
7374 viewBox="0 0 20 20"
7475 width="20"
@@ -91,6 +92,7 @@ describe('autocomplete-js', () => {
9192 type="reset"
9293 >
9394 <svg
95+ class="aa-ResetIcon"
9496 height="20"
9597 viewBox="0 0 20 20"
9698 width="20"
@@ -106,6 +108,40 @@ describe('autocomplete-js', () => {
106108 />
107109 </svg>
108110 </button>
111+ <div
112+ class="aa-LoadingIndicator"
113+ hidden=""
114+ >
115+ <svg
116+ class="aa-LoadingIcon"
117+ height="20"
118+ viewBox="0 0 100 100"
119+ width="20"
120+ >
121+ <circle
122+ cx="50"
123+ cy="50"
124+ fill="none"
125+ r="35"
126+ stroke="currentColor"
127+ stroke-dasharray="164.93361431346415 56.97787143782138"
128+ stroke-width="6"
129+ >
130+
131+
132+ <animatetransform
133+ attributeName="transform"
134+ dur="1s"
135+ keyTimes="0;0.40;0.65;1"
136+ repeatCount="indefinite"
137+ type="rotate"
138+ values="0 50 50;90 50 50;180 50 50;360 50 50"
139+ />
140+
141+
142+ </circle>
143+ </svg>
144+ </div>
109145 </div>
110146 </form>
111147 </div>
You can’t perform that action at this time.
0 commit comments