-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into ft-likedislike-article-reducers-#162414128
- Loading branch information
Showing
11 changed files
with
249 additions
and
96 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 42 additions & 39 deletions
81
src/components/FormContainer/__snapshots__/FormContainer.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,47 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SignIn Form should matches the snapshot 1`] = ` | ||
<Modal | ||
centered={true} | ||
className="authModal" | ||
closeOnDimmerClick={true} | ||
closeOnDocumentClick={false} | ||
dimmer={true} | ||
eventPool="Modal" | ||
onClose={[Function]} | ||
open={true} | ||
size="mini" | ||
> | ||
<ModalContent> | ||
<h2 | ||
className="header headerTitle" | ||
> | ||
sign in | ||
</h2> | ||
<hr | ||
className="headerBotton" | ||
/> | ||
<ModalDescription> | ||
<ModalDivider | ||
text="or sign in with" | ||
/> | ||
<SocialIcons /> | ||
<h5 | ||
className="baseText" | ||
exports[`Form Container component should matches the snapshot 1`] = ` | ||
<Fragment> | ||
<RedirectLoader /> | ||
<Modal | ||
centered={true} | ||
className="authModal" | ||
closeOnDimmerClick={true} | ||
closeOnDocumentClick={false} | ||
dimmer={true} | ||
eventPool="Modal" | ||
onClose={[Function]} | ||
open={true} | ||
size="mini" | ||
> | ||
<ModalContent> | ||
<h2 | ||
className="header headerTitle" | ||
> | ||
Create an account | ||
<Link | ||
replace={false} | ||
to="/signin" | ||
sign in | ||
</h2> | ||
<hr | ||
className="headerBotton" | ||
/> | ||
<ModalDescription> | ||
<ModalDivider | ||
text="or sign in with" | ||
/> | ||
<SocialIcons /> | ||
<h5 | ||
className="baseText" | ||
> | ||
sign up | ||
</Link> | ||
</h5> | ||
</ModalDescription> | ||
</ModalContent> | ||
</Modal> | ||
Create an account | ||
<Link | ||
replace={false} | ||
to="/signin" | ||
> | ||
sign up | ||
</Link> | ||
</h5> | ||
</ModalDescription> | ||
</ModalContent> | ||
</Modal> | ||
</Fragment> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.