File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
tests/unit/specs/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+ exports [` AttributionDetailsStep.vue has the expected UI 1` ] = `
4+ <form class = " attribution-details-form" >
5+ <div class = " field" >
6+ <!---->
7+ <div class = " control is-clearfix" ><input type = " text" autocomplete = " on" class = " input" >
8+ <!---->
9+ <!---->
10+ <!---->
11+ </div >
12+ <!---->
13+ </div >
14+ <div class = " field" >
15+ <!---->
16+ <div class = " control is-clearfix" ><input type = " text" autocomplete = " on" class = " input" >
17+ <!---->
18+ <!---->
19+ <!---->
20+ </div >
21+ <!---->
22+ </div >
23+ <div class = " field" >
24+ <!---->
25+ <div class = " control is-clearfix" ><input type = " text" autocomplete = " on" class = " input" >
26+ <!---->
27+ <!---->
28+ <!---->
29+ </div >
30+ <!---->
31+ </div >
32+ <div class = " field" >
33+ <!---->
34+ <div class = " control is-clearfix" ><input type = " text" autocomplete = " on" class = " input" >
35+ <!---->
36+ <!---->
37+ <!---->
38+ </div >
39+ <!---->
40+ </div >
41+ </form >
42+ `;
You can’t perform that action at this time.
0 commit comments