Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
16 changes: 16 additions & 0 deletions src/common/components/comment/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ exports[`(1) Default render 1`] = `
>
<div
className="rta "
style={
Object {
"height": "80px",
}
}
>
<textarea
acceptCharset="UTF-8"
Expand All @@ -292,10 +297,13 @@ exports[`(1) Default render 1`] = `
"lang": "en-US",
"lastIndexPath": null,
"listStyle": "row",
"lowRewardThreshold": 100,
"newVersion": null,
"notifications": true,
"nsfw": false,
"searchIndexCount": 10000000,
"showRewardSplit": true,
"showSelfVote": true,
"tag": "",
"theme": "day",
"usePrivate": true,
Expand Down Expand Up @@ -602,6 +610,11 @@ exports[`(2) Cancellable, in progress 1`] = `
>
<div
className="rta "
style={
Object {
"height": "80px",
}
Comment thread
dkildar marked this conversation as resolved.
}
>
<textarea
acceptCharset="UTF-8"
Expand All @@ -624,10 +637,13 @@ exports[`(2) Cancellable, in progress 1`] = `
"lang": "en-US",
"lastIndexPath": null,
"listStyle": "row",
"lowRewardThreshold": 100,
"newVersion": null,
"notifications": true,
"nsfw": false,
"searchIndexCount": 10000000,
"showRewardSplit": true,
"showSelfVote": true,
"tag": "",
"theme": "day",
"usePrivate": true,
Expand Down
Loading