freeCodeCamp / testable-projects-fcc

Test suite for freeCodeCamp's legacy Codepen-based Curriculum
BSD 3-Clause "New" or "Revised" License
177 stars 112 forks source link

"#mocha div missing" when running Tribute Page tests #1102

Closed tbrlpld closed 4 years ago

tbrlpld commented 4 years ago

Issue Description

When running the tests for the "Tribute Page" on this CodePen, I am getting warnings for missing "#mocha" div. According to the project description, no "#mocha" div is required.

Browser Information

Your Code / Link to Your Pen

https://codepen.io/tbrlpld/pen/LYpbeRg?editors=1100

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

<main id="main"> 
  <h1 id="John Horton Conway">John Horton Conway</h1>
  <div id="image-div">
    <img id="image" src="https://upload.wikimedia.org/wikipedia/commons/0/04/John_H_Conway_2005_%28cropped%29.jpg"/>
    <div id="image-caption"></div>
  </div>
  <article id="tribute-info">
    <a href="https://en.wikipedia.org/wiki/John_Horton_Conway" target="_blank">Wikipedia Article on John Horton Conway</a>
  </article>
 </main>

Screenshot

image

tbrlpld commented 4 years ago

Never mind, it works in Chrome. I though Brave would work since it is Chromium based.