Problem with personal portfolio user story 8

I keep failing the user story number 8 : My portfolio should have a link with an id of profile-link , which opens my GitHub or FCC profile in a new tab. This is my project. Any help would be greatly appreciated

If you click the red button, it gives you more information about what you didnt pass.
The error for story 8 says :
8. My portfolio should have a link with an id of "profile-link", which opens my GitHub or FCC profile in a new tab.
Clicking #profile-link should cause a link to open in a new tab : expected 'blank' to equal '_blank'

This is saying that you currently have your targets set to blank which is incorrect, it’s expecting to find _blank

1 Like

Thank you for your help

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