Problem with Codepen

I can’t find the dropdown menu to select a project for the Responsive Web Design challenges. I don’t see the Run Tests button. I get on Codepen with the link from the challenge page on freecodecamp.org ( Build a Tribute Page).

Am I missing something?

Sébastien

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0

Challenge: Build a Tribute Page

Link to the challenge:

DId you use the template ?
Template(codepen.io)


Click the green list button and then click the dropdown and select your project to test.

Yes, but the burger menu you circled in red does not appear on my page. Could it be an issue with Firefox?

Hmm, its actually supposed to come tbh.
Have you tried a different browser?

It seems an issue was opened here on github

Also try putting this on the bottom of ur html

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

The script doesn’t help, but I can see the dropdown in Chrome.

I see. I guess it varies depending on the browser.

Just found out that you have to use in the JS Settings as an external source.

Thank you for your help! I just sent my first Challenge, heading for the next one.

If you have included the cdn, but you don’t see the testing menu, one of these is usually the cause:

  • You have a browser setting that doesn’t allow 3rd party cookies
  • You have an error in your HTML code, so things aren’t rendering correctly.

Hello Ariel,
The script is working when I’m building the projects locally, in Firefox or Chrome, the issue is just in Codepen (before I realised I could use the script locally). Because I don’t work in Codepen, I just copy and paste the code when it’ s ready to have a place for freeCodeCamp to check my work.

So I’m not sure why it’s not working in Codepen on Firefox.

What is the link to your codepen?

There it is: https://codepen.io/sebthiroux/pen/gOXwGrE

The test suite works just fine on that Pen in both Firefox and Chrome. If you aren’t seeing it, check your browser settings and make sure that it isn’t blocking 3rd party cookies.

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