Skip to content

Commit

Permalink
Update story snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dapi committed Jul 16, 2019
1 parent a9f0a55 commit a07323e
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions tests/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29984,25 +29984,7 @@ exports[`Storyshots Editable Board Disallow Adding Card for specific Lane 1`] =
className="sc-bZQynM iTzKeC"
style={Object {}}
>
<<<<<<< HEAD
Disallowed adding card
=======
<textarea
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
autoFocus={false}
className="sc-kpOJdX RDblP"
defaultValue="Sorted Lane"
onBlur={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDown={[Function]}
placeholder="title"
rows={1}
spellCheck="false"
/>
>>>>>>> Refactor InlintInput
</span>
<span
className="sc-gzVnrw dZkyH"
Expand Down Expand Up @@ -31457,7 +31439,6 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `
}
draggable={false}
onCardMoveAcrossLanes={[Function]}
onLaneUpdate={[Function]}
>
<div
onClick={[Function]}
Expand All @@ -31482,13 +31463,19 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `
style={Object {}}
>
<textarea
className="sc-kpOJdX jEDhMs"
autoCapitalize="off"
autoComplete="off"
autoCorrect="off"
autoFocus={false}
className="sc-kpOJdX RDblP"
defaultValue="Sorted Lane"
onBlur={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDown={[Function]}
placeholder="title"
rows={1}
spellCheck="false"
/>
</span>
<span
Expand Down

0 comments on commit a07323e

Please sign in to comment.