Skip to content

Commit

Permalink
snapshot added.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Oct 8, 2020
1 parent 939f864 commit b29f39a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
20 changes: 12 additions & 8 deletions src/MeetingItem/__tests__/__snapshots__/MeetingItem.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ exports[`MeetingItem component should render without issues 1`] = `
className="rce-mtitem"
>
<div
className="rce-mtitem-subject"
/>
className="rce-mtitem-top"
>
<div
className="rce-mtitem-subject"
/>
<div
className="rce-mtitem-share"
onClick={[Function]}
>
<MdLink />
</div>
</div>
<div
className="rce-mtitem-body"
>
Expand All @@ -31,12 +41,6 @@ exports[`MeetingItem component should render without issues 1`] = `
<div
className="rce-mtitem-footer"
>
<div
className="rce-mtitem-share"
onClick={[Function]}
>
<MdLink />
</div>
<span
className="rce-mtitem-date"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ exports[`MeetingMessage component should render without issues 1`] = `
>
<div
className="rce-mtmg-body-bottom--bttitle"
/>
>
<FaCaretRight />
<span />
</div>
</div>
<div
className="rce-mtmg-toogleContent"
Expand Down

0 comments on commit b29f39a

Please sign in to comment.