Tell us what’s happening:
What is the problem here?
Still does not work and gives me this error :
// running tests
Comment out your p element so that it is not visible on your page.
// tests completed
This is my code
<!--
<h1>Hello World</h1>
-->
<h2>CatPhotoApp</h2>
<!--
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-->
Not sure how the browsers chrome (chrome = application look) would affect the test. It is using a simple $("p").length === 0 check.
But, I can’t remember seeing anyone having a bug with this challenge before. I’d suggest trying Chrome or a Chromium based browser just to check and see if you can pass the test.
@gugacavalieri
I do not think so, I have accomplished many challenges after challenging of comment out.
Comment-out is the only remaining challenge and It still has an error.
@0x000404 I just tested your original code above on Firefox Quantum (Windows) version 67.0.2 (64-bit) and it passes all of the tests. Maybe upgrade to the latest version of Firefox?
Your code is correct. It really does not affect anything that it does not show it passing. The challenges are completely optional to obtaining the certifications. You just have to complete the projects at the end of each curriculum section to do that.