Skip to content

Commit

Permalink
fix: #453 - Update snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu Nguyen committed Mar 3, 2020
1 parent 79208e9 commit f3b5905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`DeveloperSubmitAppSuccessfully renders correctly 1`] = `
hasPadding={true}
>
<CallToAction
className="container-footer"
dataTest="submit-success-section"
footerItems={
<React.Fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`Elements should match a snapshot 1`] = `
style={
Object {
"border": "none",
"height": "auto",
"height": "100%",
}
}
width="100%"
Expand Down

0 comments on commit f3b5905

Please sign in to comment.