Skip to content
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

Merged
merged 1 commit into from
Sep 4, 2019
Merged

Pull inConfirmRegistrationModal from Reaction #4484

merged 1 commit into from
Sep 4, 2019

Conversation

yuki24
Copy link
Contributor

@yuki24 yuki24 commented Sep 3, 2019

addresses https://artsyproduct.atlassian.net/browse/AUCT-571

This replaces the duplicate auction registration copies & modals with the one in Reaction.

Todos

  • self-QA in staging

@@ -76,7 +76,7 @@ describe("Confirm Registration Modal", () => {
it("shows a qualified message", () => {
const { wrapper } = renderTestComponent({
Component: ConfirmRegistrationModal,
options: { renderMode: "render" },
options: { renderMode: "mount" },
Copy link
Contributor Author

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
Copy link

codecov bot commented Sep 3, 2019

Codecov Report

Merging #4484 into master will decrease coverage by 0.1%.
The diff coverage is 100%.

@@           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
Copy link

codecov bot commented Sep 3, 2019

Codecov Report

Merging #4484 into master will decrease coverage by <.1%.
The diff coverage is 100%.

@@           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

@yuki24 yuki24 requested a review from dblandin September 4, 2019 14:59
@yuki24 yuki24 changed the title WIP: Pull inConfirmRegistrationModal from Reaction Pull inConfirmRegistrationModal from Reaction Sep 4, 2019
@yuki24
Copy link
Contributor Author

yuki24 commented Sep 4, 2019

did Self-QA and all green, so #mergeongreen.

@artsy-peril artsy-peril bot merged commit 336f1fe into artsy:master Sep 4, 2019
@yuki24 yuki24 deleted the AUCT-571 branch September 4, 2019 15:33
Copy link
Contributor

@dleve123 dleve123 left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants