-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetStartedPages: automated tests #2659
Conversation
5cd17cd
to
e5c65ad
Compare
8b483d2
to
9ba160e
Compare
854aa98
to
3ceb685
Compare
Please add closes #2660 to the description. |
72bebcd
to
772dacc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good job on this PR!
Having tests will make life much easier for next release, thanks for pushing that forward.
I left some small comments, but I think if you could also add some docs on how to properly make tests that would be great!
Right now I am only running yarn test
, is that enough?
app/components/views/GetStartedPage/TutorialPage/TutorialPage.jsx
Outdated
Show resolved
Hide resolved
app/components/views/GetStartedPage/TutorialPage/TutorialPage.jsx
Outdated
Show resolved
Hide resolved
Thank you for your review. Running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM!
26fd508
to
d7632a8
Compare
d7632a8
to
4d006a3
Compare
4d006a3
to
5e109b6
Compare
- AdvancedStartupHeader never used - isRemoteValid function call is unnecessary in onSubmitRemoteForm. The submit button is disabled until the form is not valid. - isAppDataValid function call is unnecessary in onSubmitAppDataForm. The submit button is disabled until the form is not valid.
update AnimatedLinearProgressFull test, PrivacyPage test, update walletSelection (ask for passphrase if account discovery is needed) and createWallet test add daemon warning test
- privacy option has removed - add piui checkbox support - specify more Wallet Name label dx
5e109b6
to
d4d8166
Compare
This is the continuation of #2606. I focus this time to GetStartedPage components: