-
Notifications
You must be signed in to change notification settings - Fork 16
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
[ Issue 362 ] Ways to Get Involved Content #385
Conversation
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.
Approved w/ comments.
<a href="https://github.com/HHS/grants-equity/blob/main/documentation/milestones/milestone_short_descriptions.md" /> | ||
), | ||
github: <a href="https://github.com/HHS/grants-equity" />, | ||
email: <a href="mailto: [email protected]" />, |
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.
@sumiat, did you get an answer on which email we should be using here?
(Even so, we can update this in a subsequent PR.)
describe("Hero", () => { | ||
it("Renders without errors", () => { | ||
render(<WtGIContent />); | ||
const hero = screen.getByTestId("wtgi-content"); | ||
expect(hero).toBeInTheDocument(); |
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.
Is "hero" a copy/paste holdover?
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.
Yes, yes it was. Thanks for catching!
|
||
import WtGIContent from "src/components/WtGIContent"; | ||
|
||
describe("Hero", () => { |
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.
This test still says "Hero"
Summary
Fixes #362
Time to review: 10 min
Changes proposed
Context for reviewers
Additional information
desktop width:
mobile width:
Storybook
Test Coverage