...

/

Test Against Default Markup and Content Initially

Test Against Default Markup and Content Initially

Learn about testing against the markup and content for our Rails application.

We'll cover the following...

We’ll use the DOM to locate content that allows us to confidently assert the page is working. As a first pass, we’ll use the DOM as it is. That means we’ll expect two <li>s in a <ul> that have our widget ...