-
Notifications
You must be signed in to change notification settings - Fork 152
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
Pull inConfirmRegistrationModal from Reaction #4484
Conversation
@@ -76,7 +76,7 @@ describe("Confirm Registration Modal", () => { | |||
it("shows a qualified message", () => { | |||
const { wrapper } = renderTestComponent({ | |||
Component: ConfirmRegistrationModal, | |||
options: { renderMode: "render" }, | |||
options: { renderMode: "mount" }, |
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.
render
did not work and rendered nothing with the PostRegistrationModal
component in Reaction. Not sure why it's working with mount
even after reading enzymejs/enzyme#465 (comment).
Codecov Report
@@ Coverage Diff @@
## master #4484 +/- ##
========================================
- Coverage 79.3% 79.1% -0.2%
========================================
Files 1269 1269
Lines 34994 35439 +445
Branches 2008 2036 +28
========================================
+ Hits 27768 28055 +287
- Misses 6242 6335 +93
- Partials 984 1049 +65 |
Codecov Report
@@ Coverage Diff @@
## master #4484 +/- ##
========================================
- Coverage 79.3% 79.2% -0.1%
========================================
Files 1269 1269
Lines 35082 35136 +54
Branches 1987 2037 +50
========================================
+ Hits 27831 27854 +23
- Misses 6236 6278 +42
+ Partials 1015 1004 -11 |
did Self-QA and all green, so #mergeongreen. |
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.
Apologize for missing the review request earlier on -- this LGTM regardless
addresses https://artsyproduct.atlassian.net/browse/AUCT-571
This replaces the duplicate auction registration copies & modals with the one in Reaction.
Todos