-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ds 193/experiment footer #34
Conversation
Storybooks Link For Branch |
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.
Just a note that the reviewer should be able to test using the storybook link created in the pull request so they don't need to pull onto their local to test :)
This pull request introduces 1 alert when merging 71c0f51 into efef617 - view on LGTM.com new alerts:
|
Main Reviewer: @Caterina-vanHerpt
Description & Background Context:
Example Footer component based on https://design.canada.ca/common-design-patterns/site-footer.html designs and requirements
Where should the reviewer start?
File name: footer.js, footer.test.js, footer.stories.js
How should this be tested?
The reviewer will need to pull the branch onto their local machine and run test the component through storybook
To test the footer with and without it's optional elements, run storybook and toggle the isOptional field from "true" to "false" on storybook or change the isOptional parameter directly in the code as specified below:
line 71, Footer.stories.js, change true to false
Are there any breaking changes?
No