Skip to content

Commit

Permalink
test(article): update ListPageCards storyshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nonumpa committed Jul 9, 2023
1 parent 9bb3751 commit 30b8a6c
Showing 1 changed file with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = `
</span>
</div>
</div>
<Thumbnail
article={
Object {
"articleType": "TEXT",
"createdAt": "2020-01-01T00:00:00Z",
"id": "id1",
"replyCount": 3,
"replyRequestCount": 4,
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
}
}
className="makeStyles-attachment"
/>
<ExpandableText
className="makeStyles-content"
lineClamp={3}
Expand All @@ -102,19 +115,6 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = `
</div>
</div>
</ExpandableText>
<Thumbnail
article={
Object {
"articleType": "TEXT",
"createdAt": "2020-01-01T00:00:00Z",
"id": "id1",
"replyCount": 3,
"replyRequestCount": 4,
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
}
}
className="makeStyles-attachment"
/>
</div>
</article>
</ListPageCard>
Expand Down Expand Up @@ -210,6 +210,19 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = `
</span>
</div>
</div>
<Thumbnail
article={
Object {
"articleType": "TEXT",
"createdAt": "2019-01-01T00:00:00Z",
"id": "id2",
"replyCount": 0,
"replyRequestCount": 999,
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu ex augue. Etiam posuere sagittis iaculis. Vestibulum sollicitudin nec felis a mollis. Phasellus ut est velit. Proin fermentum arcu ornare quam vulputate, vel eleifend velit ultrices. Fusce tincidunt vel urna at luctus.",
}
}
className="makeStyles-attachment"
/>
<ExpandableText
className="makeStyles-content"
lineClamp={3}
Expand Down Expand Up @@ -261,19 +274,6 @@ exports[`Storyshots ListPageDisplays/ListPageCards Article Cards 1`] = `
</div>
</div>
</ExpandableText>
<Thumbnail
article={
Object {
"articleType": "TEXT",
"createdAt": "2019-01-01T00:00:00Z",
"id": "id2",
"replyCount": 0,
"replyRequestCount": 999,
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris eu ex augue. Etiam posuere sagittis iaculis. Vestibulum sollicitudin nec felis a mollis. Phasellus ut est velit. Proin fermentum arcu ornare quam vulputate, vel eleifend velit ultrices. Fusce tincidunt vel urna at luctus.",
}
}
className="makeStyles-attachment"
/>
</div>
</article>
</ListPageCard>
Expand Down

0 comments on commit 30b8a6c

Please sign in to comment.