Skip to content

Commit 71c4bc6

Browse files
committed
test: update snapshot
1 parent d6cec40 commit 71c4bc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/__snapshots__/baseInput.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`baseInput addon should render properly 1`] = `
44
<div>
55
<div>
66
<div
7-
class="rc-input-group-wrapper"
7+
class="rc-input-group-wrapper rc-input-type-input"
88
>
99
<div
1010
class="rc-input-wrapper rc-input-group"
@@ -64,7 +64,7 @@ exports[`baseInput addon should render properly 1`] = `
6464
<br />
6565
<br />
6666
<div
67-
class="rc-input-group-wrapper"
67+
class="rc-input-group-wrapper rc-input-type-input"
6868
>
6969
<div
7070
class="rc-input-wrapper rc-input-group"
@@ -128,7 +128,7 @@ exports[`baseInput addon should render properly 1`] = `
128128
exports[`baseInput prefix should render properly 1`] = `
129129
<div>
130130
<div
131-
class="rc-input-affix-wrapper"
131+
class="rc-input-affix-wrapper rc-input-type-input"
132132
>
133133
<span
134134
class="rc-input-prefix"

0 commit comments

Comments
 (0)