Skip to content

Commit

Permalink
feat: #2011 update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed Jul 16, 2020
1 parent d6a8a2c commit 7d92476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
>
NEED HELP?
</Component>
<Memo()
<Component
footer={
<Unknown
dataTest="btn-close-modal"
Expand Down Expand Up @@ -91,7 +91,7 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
</Component>
</Component>
</Component>
</Memo()>
</Component>
</Fragment>
`;

Expand All @@ -106,7 +106,7 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
>
NEED HELP?
</Component>
<Memo()
<Component
footer={
<Unknown
dataTest="btn-close-modal"
Expand Down Expand Up @@ -186,6 +186,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
</Component>
</Component>
</Component>
</Memo()>
</Component>
</Fragment>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
>
NEED HELP?
</Component>
<Memo()
<Component
footer={
<Unknown
dataTest="btn-close-modal"
Expand Down Expand Up @@ -91,7 +91,7 @@ exports[`ContactDeveloperSection should match snapshot with gutter 1`] = `
</Component>
</Component>
</Component>
</Memo()>
</Component>
</Fragment>
`;

Expand All @@ -106,7 +106,7 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
>
NEED HELP?
</Component>
<Memo()
<Component
footer={
<Unknown
dataTest="btn-close-modal"
Expand Down Expand Up @@ -186,6 +186,6 @@ exports[`ContactDeveloperSection should match snapshot without gutter 1`] = `
</Component>
</Component>
</Component>
</Memo()>
</Component>
</Fragment>
`;

0 comments on commit 7d92476

Please sign in to comment.