The test was breaking the build. The test was testing if the first child in Home had a classname of "home". But the first child's class name is "home-container". So I updated the test page.
Fixes # no issue for this PR.
How to test?
Open the fix-text branch and run "npm run test". Should pass now.
Checklist
[ x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ x] This PR is ready to be merged and not breaking any other functionality
Description
The test was breaking the build. The test was testing if the first child in Home had a classname of "home". But the first child's class name is "home-container". So I updated the test page.
Fixes # no issue for this PR.
How to test?
Open the fix-text branch and run "npm run test". Should pass now.
Checklist