CDN Testing Shows No Tests

I just reached the projects part of the Responsive Web Design course, and I am trying to use the CDN in my local environment and my personal domain. I fulfilled a couple of the requirements to run the test cases, but I’m being shown 0/0 tests when I execute.

Your code so far

<html>
	<head>
	</head>
	<body>
		<main id="main">
			<h1>Dr. Norman Borlaug</h1>
			<div id="img-div">
				<img id="image" />
			</div>
		</main>

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:
https://imeidopf.com/freeCodeCamp/respsosive-project-1.html

Hello and welcome to the freeCodeCamp community~!

By chance, did you select the appropriate project form the drop-down menu in the test suite?

HI @jason.imeidopf!

Welcome to the forum!

I tested it and it works on my end.

Like @nhcarrigan said, Did you select the correct project?

Would you be able to share a screen shot of what you are seeing on your end?

1 Like

I did select the project, yes. I checked the console and had some CORS issue, it seems. Resolved that and it works now.

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