File tree Expand file tree Collapse file tree
ChatItem/__tests__/__snapshots__
MessageBox/__tests__/__snapshots__
ReplyMessage/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ exports[`ChatItem component should render without issues 1`] = `
1313 >
1414 <Avatar
1515 alt = " "
16+ className = " "
1617 onError = { [Function ]}
1718 sideElement = { null }
1819 size = " large"
@@ -32,7 +33,7 @@ exports[`ChatItem component should render without issues 1`] = `
3233 <div
3334 className = " rce-citem-body--top-time"
3435 >
35- right now
36+ just now
3637 </div >
3738 </div >
3839 <div
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exports[`MessageBox component should render without issues 1`] = `
1717 />
1818 <div
1919 className = " rce-mbox-time non-copiable"
20- data-text = " right now"
20+ data-text = " just now"
2121 >
2222 <span
2323 className = " rce-mbox-status"
Original file line number Diff line number Diff line change 1+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+ exports [` ReplyMessage component should render without issues 1` ] = `
4+ <div
5+ className = " rce-mbox-reply"
6+ onClick = { [Function ]}
7+ style = { null }
8+ >
9+ <div
10+ className = " rce-mbox-reply-left"
11+ >
12+ <div
13+ className = " rce-mbox-reply-owner"
14+ style = { null }
15+ >
16+ Unknown
17+ </div >
18+ <div
19+ className = " rce-mbox-reply-message"
20+ >
21+ ...
22+ </div >
23+ </div >
24+ </div >
25+ ` ;
You can’t perform that action at this time.
0 commit comments