Skip to content

Commit 6820c66

Browse files
committed
tets: update snapshots
1 parent f3f167b commit 6820c66

File tree

4 files changed

+195
-287
lines changed

4 files changed

+195
-287
lines changed

packages/core/src/components/Slider/__tests__/__snapshots__/slider-non-ranged-tests.jest.js.snap

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,9 @@ Snapshot Diff:
5757
+ class="contentComponent top edgeCenter hasTooltip"
5858
+ >
5959
+ <div
60-
+ class="tooltip dark"
60+
+ class="tooltip dark paddingSizeUndefined"
6161
+ >
62-
+ <div
63-
+ class="content paddingSizeUndefined"
64-
+ >
65-
+ 20%
66-
+ </div>
62+
+ 20%
6763
+ </div>
6864
+ <div
6965
+ class="arrow arrow dark paddingSizeUndefined"
@@ -96,13 +92,9 @@ Snapshot Diff:
9692
- class="contentComponent top edgeCenter hasTooltip"
9793
- >
9894
- <div
99-
- class="tooltip dark"
95+
- class="tooltip dark paddingSizeUndefined"
10096
- >
101-
- <div
102-
- class="content paddingSizeUndefined"
103-
- >
104-
- 20%
105-
- </div>
97+
- 20%
10698
- </div>
10799
- <div
108100
- class="arrow arrow dark paddingSizeUndefined"
@@ -135,13 +127,9 @@ Snapshot Diff:
135127
+ class="contentComponent top edgeCenter hasTooltip"
136128
+ >
137129
+ <div
138-
+ class="tooltip dark"
130+
+ class="tooltip dark paddingSizeUndefined"
139131
+ >
140-
+ <div
141-
+ class="content paddingSizeUndefined"
142-
+ >
143-
+ 20%
144-
+ </div>
132+
+ 20%
145133
+ </div>
146134
+ <div
147135
+ class="arrow arrow dark paddingSizeUndefined"
@@ -174,13 +162,9 @@ Snapshot Diff:
174162
- class="contentComponent top edgeCenter hasTooltip expandAppear expandAppearActive"
175163
- >
176164
- <div
177-
- class="tooltip dark"
165+
- class="tooltip dark paddingSizeUndefined"
178166
- >
179-
- <div
180-
- class="content paddingSizeUndefined"
181-
- >
182-
- 20%
183-
- </div>
167+
- 20%
184168
- </div>
185169
- <div
186170
- class="arrow arrow dark paddingSizeUndefined"

packages/core/src/components/Slider/__tests__/__snapshots__/slider-ranged-tests.jest.js.snap

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,9 @@ Snapshot Diff:
6868
+ class="contentComponent top edgeCenter hasTooltip"
6969
+ >
7070
+ <div
71-
+ class="tooltip dark"
71+
+ class="tooltip dark paddingSizeUndefined"
7272
+ >
73-
+ <div
74-
+ class="content paddingSizeUndefined"
75-
+ >
76-
+ 25%
77-
+ </div>
73+
+ 25%
7874
+ </div>
7975
+ <div
8076
+ class="arrow arrow dark paddingSizeUndefined"
@@ -107,13 +103,9 @@ Snapshot Diff:
107103
+ class="contentComponent top edgeCenter hasTooltip"
108104
+ >
109105
+ <div
110-
+ class="tooltip dark"
106+
+ class="tooltip dark paddingSizeUndefined"
111107
+ >
112-
+ <div
113-
+ class="content paddingSizeUndefined"
114-
+ >
115-
+ 65%
116-
+ </div>
108+
+ 65%
117109
+ </div>
118110
+ <div
119111
+ class="arrow arrow dark paddingSizeUndefined"
@@ -146,13 +138,9 @@ Snapshot Diff:
146138
- class="contentComponent top edgeCenter hasTooltip"
147139
- >
148140
- <div
149-
- class="tooltip dark"
141+
- class="tooltip dark paddingSizeUndefined"
150142
- >
151-
- <div
152-
- class="content paddingSizeUndefined"
153-
- >
154-
- 25%
155-
- </div>
143+
- 25%
156144
- </div>
157145
- <div
158146
- class="arrow arrow dark paddingSizeUndefined"
@@ -185,13 +173,9 @@ Snapshot Diff:
185173
+ class="contentComponent top edgeCenter hasTooltip"
186174
+ >
187175
+ <div
188-
+ class="tooltip dark"
176+
+ class="tooltip dark paddingSizeUndefined"
189177
+ >
190-
+ <div
191-
+ class="content paddingSizeUndefined"
192-
+ >
193-
+ 25%
194-
+ </div>
178+
+ 25%
195179
+ </div>
196180
+ <div
197181
+ class="arrow arrow dark paddingSizeUndefined"
@@ -235,14 +219,14 @@ Snapshot Diff:
235219
/>
236220
<span
237221
@@ --- --- @@
238-
<div
239-
class="content paddingSizeUndefined"
240-
>
241-
- 25%
242-
+ 65%
243-
</div>
222+
<div
223+
class="tooltip dark paddingSizeUndefined"
224+
>
225+
- 25%
226+
+ 65%
244227
</div>
245228
<div
229+
class="arrow arrow dark paddingSizeUndefined"
246230
@@ --- --- @@
247231
/>
248232
</div>
@@ -299,13 +283,9 @@ Snapshot Diff:
299283
- class="contentComponent top edgeCenter hasTooltip expandAppear expandAppearActive"
300284
- >
301285
- <div
302-
- class="tooltip dark"
286+
- class="tooltip dark paddingSizeUndefined"
303287
- >
304-
- <div
305-
- class="content paddingSizeUndefined"
306-
- >
307-
- 65%
308-
- </div>
288+
- 65%
309289
- </div>
310290
- <div
311291
- class="arrow arrow dark paddingSizeUndefined"

0 commit comments

Comments
 (0)