Skip to content

Commit

Permalink
test(toast): update snaps
Browse files Browse the repository at this point in the history
Signed-off-by: Machiko Yasuda <[email protected]>
  • Loading branch information
Machiko Yasuda committed Sep 26, 2019
1 parent e0a83ed commit 5f5a732
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package/src/components/Toast/__snapshots__/Toast.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ exports[`basic snapshot - only default props 1`] = `
<div
class="MuiSnackbar-root MuiSnackbar-anchorOriginBottomCenter"
>
<div
class="MuiTypography-root MuiPaper-root MuiPaper-elevation6 MuiSnackbarContent-root makeStyles-info-10 MuiTypography-body2"
<p
class="MuiTypography-root MuiPaper-root MuiPaper-elevation6 makeStyles-info-13 MuiTypography-body1"
direction="up"
message="Test message"
props="[object Object]"
role="alertdialog"
style="opacity: 1; transform: scale(1, 1); transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;"
/>
<div
class="makeStyles-message-8"
>
<div
class="MuiSnackbarContent-message"
>
Test message
</div>
Test message
</div>
<p />
</div>
</DocumentFragment>
`;

0 comments on commit 5f5a732

Please sign in to comment.