swt2-intro-exercise / rails-exercise-20-felixauringer

rails-exercise-20-felixauringer created by GitHub Classroom
MIT License
0 stars 0 forks source link

Test to check content of specific table row #7

Closed felixauringer closed 3 years ago

felixauringer commented 3 years ago

The current specs only tests whether the page contains some text / links. They do not test whether the content is in the right row of the table (index of author). Therefore it is not possible yet to test for the absence of an attribute for a specific author.

felixauringer commented 3 years ago

I now use view specs that check for every model instance to be present on the index page. This should be sufficient for now.