Skip to content

Commit 1cea58c

Browse files
committed
Update unit test snapshots
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent 4e21ae6 commit 1cea58c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
`;

0 commit comments

Comments
 (0)