-
Notifications
You must be signed in to change notification settings - Fork 1k
Level prop added in PageHeader #6952
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
Level prop added in PageHeader #6952
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.
This could also use a jest testcase for the new level prop
@MikeKingdom. I have added the Level story. Are there any changes required? |
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.
Looking good. It has a few lint errors that need to be cleaned up and it still needs a jest test case for level
Thanks! It needs some lint errors cleaned up plus it still needs a jest test case for the level prop |
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.
Looks great! Thanks for your contribution!
Hey @MikeKingdom I wanted to know if there are any additional changes or adjustments needed for my PR, as it has not been merged yet. |
No it looks great. I'm just giving @jcfilben a chance to look at it. She was gone the past few days |
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.
Looks good! Thanks for contributing!
What does this PR do?
Fixes #6939
Where should the reviewer start?
What testing has been done on this PR?
How should this be manually tested?
Do Jest tests follow these best practices?
screen
is used for querying.userEvent
is used in place offireEvent
.asFragment()
is used for snapshot testing.Any background context you want to provide?
What are the relevant issues?
#6939
Screenshots (if appropriate)
Do the grommet docs need to be updated?
Should this PR be mentioned in the release notes?
Is this change backwards compatible or is it a breaking change?