Skip to content

Commit a07323e

Browse files
committed
Update story snapshots
1 parent a9f0a55 commit a07323e

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

tests/__snapshots__/Storyshots.test.js.snap

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29984,25 +29984,7 @@ exports[`Storyshots Editable Board Disallow Adding Card for specific Lane 1`] =
2998429984
className="sc-bZQynM iTzKeC"
2998529985
style={Object {}}
2998629986
>
29987-
<<<<<<< HEAD
2998829987
Disallowed adding card
29989-
=======
29990-
<textarea
29991-
autoCapitalize="off"
29992-
autoComplete="off"
29993-
autoCorrect="off"
29994-
autoFocus={false}
29995-
className="sc-kpOJdX RDblP"
29996-
defaultValue="Sorted Lane"
29997-
onBlur={[Function]}
29998-
onFocus={[Function]}
29999-
onKeyDown={[Function]}
30000-
onMouseDown={[Function]}
30001-
placeholder="title"
30002-
rows={1}
30003-
spellCheck="false"
30004-
/>
30005-
>>>>>>> Refactor InlintInput
3000629988
</span>
3000729989
<span
3000829990
className="sc-gzVnrw dZkyH"
@@ -31457,7 +31439,6 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `
3145731439
}
3145831440
draggable={false}
3145931441
onCardMoveAcrossLanes={[Function]}
31460-
onLaneUpdate={[Function]}
3146131442
>
3146231443
<div
3146331444
onClick={[Function]}
@@ -31482,13 +31463,19 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `
3148231463
style={Object {}}
3148331464
>
3148431465
<textarea
31485-
className="sc-kpOJdX jEDhMs"
31466+
autoCapitalize="off"
31467+
autoComplete="off"
31468+
autoCorrect="off"
31469+
autoFocus={false}
31470+
className="sc-kpOJdX RDblP"
3148631471
defaultValue="Sorted Lane"
3148731472
onBlur={[Function]}
3148831473
onFocus={[Function]}
3148931474
onKeyDown={[Function]}
3149031475
onMouseDown={[Function]}
3149131476
placeholder="title"
31477+
rows={1}
31478+
spellCheck="false"
3149231479
/>
3149331480
</span>
3149431481
<span

0 commit comments

Comments
 (0)