Run Tests No Completing

Hi all:

I have been having lots of issues completing topics across lessons. Usually, when I click on “run tests” it gets stuck at 40-50% and never gets past it. I usually have to click “submit and next lesson to get past it.” It’s preferred to run the tests to catch my mistakes – it was working on the first few lessons fine.

I have searched the forum and tried switching from chrome to firefox, but still no luck.

Any suggestions?

Thanks in advance.

Cheers.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>

</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36.

Challenge: Create an Ordered List

Link to the challenge:

You are misunderstanding what is happening. You run the tests, they pass, and then it tells you how far along you are (about 50% it sounds like). Then you get the option to submit your solution and move on or download your solution first.

1 Like

Create an ordered list of the top 3 things cats hate the most.
an orderd list start with: ol

1 Like

Ahh, thanks Ariel! Yes, I did not understand that. Thanks for getting back to me so quickly.

I’m glad I could help. Happy coding!