Id tag result test doesn't see page move, but it does?

Not sure if there is a browser requirement for your testing? In the first tutorial doing the id attribute to footer. Everything is proper, but test result says it didn’t jump to tag even though it does? I’m using Google Chrome. Can’t move on in this course now?

Hi @yabill_2000!

Are you working on a challenge?
If so, please provide the link for the challenge with your code so we can test it ourselves.

All of the checks were okay except the move the page down, but when I clicked the anchor tag it did move the page down to the footer id? Very strange. I would imagine that it has worked for others, not sure why it didn’t for me? I only changed the items in the instructions as per the instructions, as I mentioned everything else checked out okay?

Well, I just did it and it passed for me.

We need to see your code.

Not really that critical, not that interested in html as I am in updating my CSS knowledge with current versions. I’m not actually sure to what HTML, CSS, and JavaScript versions your tutorials are based!

<h2>CatPhotoApp</h2>

<main>

  <a href="#footer">cat photos</a>

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

  <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. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. 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>

  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched. Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

  <p>Meowwww loved it, hated it, loved it, hated it yet spill litter box, scratch at owner, destroy all furniture, especially couch or lay on arms while you're using the keyboard. Missing until dinner time toy mouse squeak roll over. With tail in the air lounge in doorway. Man running from cops stops to pet cats, goes to jail.</p>

  <p>Intently stare at the same spot poop in the plant pot but kitten is playing with dead mouse. Get video posted to internet for chasing red dot leave fur on owners clothes meow to be let out and mesmerizing birds leave fur on owners clothes or favor packaging over toy so purr for no reason. Meow to be let out play time intently sniff hand run outside as soon as door open yet destroy couch.</p>

</main>

<footer id="footer">Copyright Cat Photo App</footer>

The reason why the test is not working is because of this line here

The tests are looking for the phrase Jump to Bottom.

If you replace the words cat photos with Jump to Bottom the test will pass.

The tests are written with specific instructions in mind. So if you use different text than what the test is looking for then it will fail.

Oh lol, thought it was wanting the action not the actual phrase! DOH! Thank you very much! Appreciate it!

btw, good luck with your search best of luck. I can understand most of my nieces are asking me about tech industry jobs. My only issue is my age, lots of knowledge about most of the Tech Industry positions at 55 and having been semi-retired doing other things it will probably be difficult so I’ll have to get actual certs like CCNA, along with some code examples using Nodejs, React, Mongo and cloud Platform certs. I think Google cloud certs may be easiest “no time limit to learn and free-tier based on traffic and code base size”. Wishing you the best of luck!
Aloha,
Bill

That’s the problem with all my knowledge I’m skimming the text and going too fast! Sorry to bother you, but thank you for your help!