user story 9 says " * A hover effect that changes its background color.", you were not changing the background color, but it’s great that you solved it yourself
I was going to point out the exact line of user story 9, but you managed on your own! that’s a great success
next time you ask for help you may want to try these steps on your own
Here are some debugging steps you can follow. Focus on one test at a time:
Are there any errors or messages in the console?
What is the requirement of the failing test?
Check the related User Story and ensure it’s followed precisely.
What line of code implements this?
What is the result of the code and does it match the requirement?
If this does not help you solve the problem, please reply with answers to these questions.
user story 9 has the text The .read-more element should be styled like a button and have and then a bullet point list. Relevant bullet point was the last one
I prefer to work one step (or test) at a time. Otherwise, errors that appear at the very end can leave you unpicking large amounts of code. This incremental approach is more efficient and practical for me, as it helps highlight mistakes early and supports the learning process.
that’s a great approach, just be sure to not ignore the user stories, they are often more detailed. In this case the test does not specify what kind of hover effect you need to use, the user story does