Test Buttons Not APPEARING - it's crazy!

Bradley,The test pages aren't rendering properly because there is a JavaScript error on the page. As soon your browser encounters a JavaScript error, it will stop executing the rest of the script on the page, so you will end up with missing buttons, misaligned text, etc.In your case, the JavaScript error is being caused by your question feedback. It looks like there are some unreadable characters in there that were meant to be line breaks. They show up for me like this: . When I deleted those out from the feedback message, the page came up error free.

Discussions have been disabled for this post