We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
This exercise is broken because the tests are checking for a container that is repeated multiple times.
To fix: move the outter divs of the postbox component into the home component.
The test looks for the posts-container second child, but if you don't alter the child component, you will end up repeating the container multiple times, which is not taken into account within the tests.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Blog Post
You are viewing a single comment's thread. Return to all comments →
This exercise is broken because the tests are checking for a container that is repeated multiple times.
To fix: move the outter divs of the postbox component into the home component.
The test looks for the posts-container second child, but if you don't alter the child component, you will end up repeating the container multiple times, which is not taken into account within the tests.