dvd22
November 9, 2021, 2:10am
1
Tell us what’s happening:
Basically the title. I already tried the solutions proposed here and couldn’t figure out how to run the tests on my project. There is no green hamburger showing up anywhere, and therefore, I’m not able to run any tests.
This is my codepen:
https://codepen.io/dvd-22/pen/JjyvVEY
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44
Challenge: Build a Tribute Page
dvd22
November 9, 2021, 2:19am
2
It looks like it is there, but it isn’t showing up when I click it:
Check you are not blocking the script.
Usually, it happens if you block localStorage/third-party cookies. You can see it happen if you open the Codepen in a private window in Chrome or block third-party cookies. It’s possible that some extensions might block it as well (privacy/security/Adblock type extensions).
There is supposed to be an alert for it but it broke at some point and I haven’t really bothered looking into why or how to fix it.
Or try in a different browser.
Edit: BTW, you are passing all the tests.