-
Notifications
You must be signed in to change notification settings - Fork 153
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
added donate landing and help page to percy tests #11598
Conversation
a3f4173
to
c95c1ab
Compare
Leaving a note before the holiday break: I am able to get the recaptcha box for the donate help form consistently on percy's chrome screenshots. However for some reason, the box does not render on percys screenshots using FireFox 🤔 I have tried the following things in
Whats interesting to me is that the Going to bring this up to discuss with other devs after the break, to see if we want to dedicate more time to getting the recaptcha box to render on FF. |
4172d8d
to
2f8b6c6
Compare
Hi Everyone! As mentioned in the comment above, we now have the recaptcha box consistently rendering as expected on Percy's screenshots for Google Chrome: On FireFox screenshots, the page content and spacing consistently renders as if the recaptcha box is there, and, JavaScript that is awaiting the Recaptcha's inner iframe contents to be loaded in is also not failing. The only difference is that the recaptcha box is not being shown in the screenshot for some reason: After discussion with @mtdenton, we have decided that this work is good to go as is. Submitting for review! |
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.
LGTM!
Description
Link to sample test page:
Related PRs/issues: #11174
This PR adds the Donate Landing Page and Donate Help Page to the list of pages to be checked by Percy. That way we can flag any unintended changes to the donate pages in future updates!
Please note that this change does not include the donate "Ways to give" page as there is currently no factory, and also, that page is built using the "default page" model. However, ticket #11497 has been created to capture that work/discussion 👍