I should see the “__” button/link
Verifies that the page contains a button or link with the specified label.
Pattern
^(?: |I )should see (?:|the )"([^"]*)"(?: button| link)$
Parameters
Examples
Given I am on the "home" page
Then I should see the "Log Out" link