Portfolio WebPage1

Tell us what’s happening:

This below test case fails. Help me out with it and Thanks in advance.
The projects section should contain at least one element with a class of “project-tile” to hold a project.

Your code so far
Here is my code in below link.


Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0.

Link to the challenge:

Can you point to where is the element with class project-tile in your code?

you don’t have a class called project-tile anywhere, but I see a project-title, maybe it was a case of misreading?

remember that this is your user story:

  • User Story #4: The projects section should contain at least one element with a class of project-tile to hold a project.

Yeah, I have changed it. But still that test case does not pass.

Here is my code below

https://codepen.io/nohitha-reddy/pen/BWPLNB

I see 12/12 tests passing