Skip to content

Commit 215c04a

Browse files
committed
fix: test style
1 parent 022dbfc commit 215c04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/controls/TextArea/__tests__/TextArea.visual.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test.describe('TextArea', {tag: '@TextArea'}, () => {
6868
);
6969

7070
await mount(
71-
<div>
71+
<div style={{width: 522}}>
7272
{smokeScenarios.map(([title, props]) => (
7373
<div key={title}>
7474
<h4>{title}</h4>

0 commit comments

Comments
 (0)