Skip to content

Commit 2e3ea54

Browse files
committed
feat: update tests
1 parent eee40d3 commit 2e3ea54

File tree

67 files changed

+15566
-25293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+15566
-25293
lines changed

packages/form/src/components/DateInputField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 73 additions & 157 deletions
Large diffs are not rendered by default.

packages/form/src/components/KeyValueField/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,6 @@ exports[`KeyValueField > should render with default props & max size 1`] = `
4747
flex-direction: row;
4848
}
4949
50-
.emotion-4 {
51-
vertical-align: middle;
52-
fill: currentColor;
53-
height: 1rem;
54-
width: 1rem;
55-
min-width: 1rem;
56-
min-height: 1rem;
57-
}
58-
59-
.emotion-4 .fillStroke {
60-
stroke: currentColor;
61-
fill: none;
62-
}
63-
6450
<div
6551
data-testid="testing"
6652
>
@@ -86,7 +72,7 @@ exports[`KeyValueField > should render with default props & max size 1`] = `
8672
type="button"
8773
>
8874
<svg
89-
class="emotion-4 emotion-5"
75+
class="styles__1sbwqkz0 styles_prominence_default__1sbwqkzg styles_disabled_false__1sbwqkzf styles_size_small__1sbwqkza"
9076
viewBox="0 0 16 16"
9177
>
9278
<path
@@ -150,20 +136,6 @@ exports[`KeyValueField > should render with default props 1`] = `
150136
flex-direction: row;
151137
}
152138
153-
.emotion-4 {
154-
vertical-align: middle;
155-
fill: currentColor;
156-
height: 1rem;
157-
width: 1rem;
158-
min-width: 1rem;
159-
min-height: 1rem;
160-
}
161-
162-
.emotion-4 .fillStroke {
163-
stroke: currentColor;
164-
fill: none;
165-
}
166-
167139
<div
168140
data-testid="testing"
169141
>
@@ -189,7 +161,7 @@ exports[`KeyValueField > should render with default props 1`] = `
189161
type="button"
190162
>
191163
<svg
192-
class="emotion-4 emotion-5"
164+
class="styles__1sbwqkz0 styles_prominence_default__1sbwqkzg styles_disabled_false__1sbwqkzf styles_size_small__1sbwqkza"
193165
viewBox="0 0 16 16"
194166
>
195167
<path
@@ -253,20 +225,6 @@ exports[`KeyValueField > should render with default props in readonly mode 1`] =
253225
flex-direction: row;
254226
}
255227
256-
.emotion-4 {
257-
vertical-align: middle;
258-
fill: currentColor;
259-
height: 1rem;
260-
width: 1rem;
261-
min-width: 1rem;
262-
min-height: 1rem;
263-
}
264-
265-
.emotion-4 .fillStroke {
266-
stroke: currentColor;
267-
fill: none;
268-
}
269-
270228
<div
271229
data-testid="testing"
272230
>
@@ -293,7 +251,7 @@ exports[`KeyValueField > should render with default props in readonly mode 1`] =
293251
type="button"
294252
>
295253
<svg
296-
class="emotion-4 emotion-5"
254+
class="styles__1sbwqkz0 styles_prominence_default__1sbwqkzg styles_disabled_false__1sbwqkzf styles_size_small__1sbwqkza"
297255
viewBox="0 0 16 16"
298256
>
299257
<path

0 commit comments

Comments
 (0)