hpi-swt2-exercise/rails-exercise-17-juliane

Author index page should link to author page

Closed this issue · 0 comments

Scenario

Given an author named 'Alan Turing'
When users visits the authors index page
Then it should have a link to the author page with the text 'Show'

Hints

You should have a separate file for feature tests for the author index page.

Error

Expected to find css "a" with text "show" but there were no matches. also found "add author", which matched the selector but not all filters.

Estimated progress: 37% complete