Do not see option to run test on Build a Technical Documentation Page

Am I missing something? I do not see the “run tests” option in the “Build a Technical Documentation Page” project.

When I am on this page: https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-technical-documentation-page/

I click this link:

I am expecting to see this: https://share-inspiration.d.pr/HKoUGO

but I do not see such as option.

I have verified same issue occurs in Chrome, Firefox, and Vivaldi.

Thank you

Since that is the example page I would suppose that it would pass all tests.

But if you really wanted to run the tests on it you could paste this above the HTML

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

thank you for the quick reply.

when I fork the other project examples it has the ability to run the test.

but thank you this helps! I can run the test with this code you provided. This resolved the issue.