hpi-swt2-exercise / rails-exercise-17-swteam

rails-exercise-17-swteam created by GitHub Classroom
MIT License
0 stars 1 forks source link

Author index page should have a link to delete an author #21

Closed swt2public closed 6 years ago

swt2public commented 6 years ago

Scenario

Given an author named 'Alan Turing' When users visit the authors index page Then it should have a destroy link with the text 'Destroy'

Error

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

Estimated progress: 57% complete