Test not running is keep failing

Tell us what’s happening:

I don’t knew why my test is not running for the form and the input

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>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action ="https://freeecatphotoapp.com/submit-cat-photo">
<input type="text">
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15.

Challenge: Create a Form Element

Link to the challenge:

1 Like

Hi!

2 things:

  1. freee… should be free…
  2. you have changed the the expected input text.
2 Likes

The tests are running. They are also failing. If you look at the list of tests, you’ll see which ones failed, so you can figure out what you need to fix.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.