Skip to content

Commit 60f99aa

Browse files
committed
test: update snap
1 parent af06b76 commit 60f99aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/input/__tests__/__snapshots__/demo.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ exports[`renders ./components/input/demo/allow-clear.vue correctly 1`] = `
3333
`;
3434
3535
exports[`renders ./components/input/demo/autosize-textarea.vue correctly 1`] = `
36-
<div><textarea placeholder="Autosize height based on content lines" class="ant-input"></textarea>
37-
<div style="margin: 24px 0px;"></div><textarea placeholder="Autosize height with minimum and maximum number of lines" class="ant-input"></textarea>
36+
<div><textarea placeholder="Autosize height based on content lines" class="ant-input" style="height: 0px; min-height: -9007199254740991px; max-height: 9007199254740991px; overflow-y: hidden; resize: none; overflow-x: hidden;"></textarea>
37+
<div style="margin: 24px 0px;"></div><textarea placeholder="Autosize height with minimum and maximum number of lines" class="ant-input" style="height: -20px; min-height: -8px; max-height: -20px; overflow-y: hidden; resize: none; overflow-x: hidden;"></textarea>
3838
</div>
3939
`;
4040

0 commit comments

Comments
 (0)