So i’m making a product landing page but for some reason, the testing thingy that you use to run the test on the projects is missing. I tried making a new project, and the tester is there, but when I copy and paste my code into it, the tester immediately gets removed? Anyone know how to fix this, or why it’s even happening?
Here’s the link to my project: My product landing page project
And heres the link to a new page with no code in it (as you can see the test thingy is there): New page
I just want to resolve this problem because it’s kinda hard to make corrections when I don’t know what’s wrong.
It seems to be a result of the iframe (the contents of which are blocked by a CORS policy anyway). I’m not sure why the iframe is interfering with the testing suite, but adding the script tag that @jwilkins.oboe gave you will work.