II don't understand how to get my test checked for my tribute page

Tell us what’s happening:
I don’t understand how to get my test checked for my tribute page.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 12105.100.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.144 Safari/537.36.

Link to the challenge:

if you are doing the project on codepen form the pen that has only the test suite, save it in your own account and work on that one, then press “Run tests” in the test suite

I have tried to save it in my own account and it doesn’t seem to work.

you will need to show your pen otherwise it is impossible to help you
plus please describe all the steps you have used

I am also not sure if I have everything, and here is a link to my pen:

https://codepen.io/1920/pen/QWLdBBM

I tried to figure it out just now, and I have just confused myself even more. Never mind!

  • You can build your project by forking this CodePen pen. Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js .

have you forked this pen?


this is the pen you should fork; http://codepen.io/freeCodeCamp/pen/MJjpwO

once you fork it you do not remove anything and work below what’s already there

You can also do this.

On your Codepen Tribute Page click the “Settings” button up top and go to the JavaScript tab now in one of the boxes at the bottom paste in the test script:

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

Close the settings and your page should have the test script on it.