Having issues running test about #project1- Build a Tribute Page

Hi guys!

I just started my first project at Responsive Web Design.
I’m wondering why I could not see the “test running” section on my codepen.
I have verified my account and did search the Google and Youtube channels.

However, whenever I open my Codepen, it just looks different from the video I saw online.

Any advice would be highly appreciated.

Thank you!

Your code so far

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

In the future it’s best if you include a link to your pen so we don’t have to guess.

I think you mean by “I could not see the test running section” that means you’re not seeing the hamburger menu in the upper left of your pen.

This happens when you don’t fork the pen as per the instructions.
Since you started a pen you’ll need to include the link to the test script.
Add the following to the bottom of the HTML editor and you should see the test script.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

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