if you click on the 9/10 you can aee which tests are failing
does that make it more clean on why you have one failing test?
Hi @md.sadique32!
Welcome to the forum!
When you open up the test suite, it says you are failing test no.5
- Within the “img-div” element, I should see either a or element with a corresponding id=“img-caption” that contains textual content describing the image shown in “img-div”.
The test is expecting that exact wording. Check your code and you will see the problem.
what should I do to fix this
You wrote this.
id="image-caption"
Thank you so much i was stuck due to this little mistake. Again thank you
Sure no problem.
Whenever you are stuck on projects, just open up the test suite and it will tell where the problem is and how to fix it.