Build a Personal Portfolio Webpage - Fail user story #8

Tell us what’s happening:

I’m not getting a PASS on this user story:

  • User Story #8: My portfolio should have a link with an id of profile-link , which opens my GitHub or FCC profile in a new tab.

However, I do have such link with that ID. Page is not finished yet, but can’t figure out why is not accpeting my link as valid.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36.

Link to the challenge:

Your code is passing #8 on my end however it’s failing #4.

Yup. I messed smth up. Will try to fix it later todaý. Thanks!

Any ideas why tha test is failing?

I do have a section with class of “project-title” with a project showcased in there…

<section class="project-title">
      <div class="project-header">
        <h3>Analog Clock <span><a href="https://codepen.io/pablowbk/pen/YJjBdP/" target="_blank">+</a></span></h3>
        <p>Built with Vanilla JS and CSS only, an analog clock that tells the local time!</p>
      </div>
      <div class="project-embed">
        <p data-height="500" data-theme-id="dark" data-slug-hash="YJjBdP" data-default-tab="result" data-user="pablowbk" data-pen-title="Analog Clock CSS and JS" class="codepen">See the Pen <a href="https://codepen.io/pablowbk/pen/YJjBdP/">Analog Clock CSS and JS</a> by Pablo (<a href="https://codepen.io/pablowbk">@pablowbk</a>) on <a href="https://codepen.io">CodePen</a>.</p>
      </div>
    </section>

PFF nevermind. Damn, so much time wasted… the test is looking for “project-TILE” not “title”…!

on to the next one!