Can someone please help me i cant see the place to run my test
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0
.
Challenge: Build a Tribute Page
Link to the challenge:
Marmiz
2
I think you remove the script
tag that imports the test.
Try adding:
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
In your html
panel, you then should see a popup window appear in the top-left corner.
Hope it helps
1 Like
Thank you very much it helped
1 Like