Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
18 changes: 18 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,14 @@ exports[`(1) Default render 1`] = `
"lang": "en-US",
"lastIndexPath": null,
"listStyle": "row",
"lowRewardThreshold": 100,
"newVersion": null,
"notifications": true,
"nsfw": false,
"searchIndexCount": 10000000,
"showFrontEnd": true,
"showRewardSplit": true,
"showSelfVote": true,
"tag": "",
"theme": "day",
"usePrivate": true,
Expand Down Expand Up @@ -602,6 +611,11 @@ exports[`(2) Cancellable, in progress 1`] = `
>
<div
className="rta "
style={
Object {
"height": "80px",
}
}
>
<textarea
acceptCharset="UTF-8"
Expand All @@ -624,10 +638,14 @@ exports[`(2) Cancellable, in progress 1`] = `
"lang": "en-US",
"lastIndexPath": null,
"listStyle": "row",
"lowRewardThreshold": 100,
"newVersion": null,
"notifications": true,
"nsfw": false,
"searchIndexCount": 10000000,
"showFrontEnd": true,
"showRewardSplit": true,
"showSelfVote": true,
"tag": "",
"theme": "day",
"usePrivate": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`(1) Default render 1`] = `
className="date"
title="Saturday, September 17, 2022 1:42 AM"
>
2 months ago
3 months ago
</div>
</td>
</tr>
Expand Down
Loading