@catalog @articles Feature: Article Search Result As a user In order to find articles I want to see appropriate information about articles in a search result Scenario: Viewing a single search result Given I am on the search page And I fill in "q" with "1234-5678" When I press "submit" Then I should see a link to "the show document page for hydrangea:fixture_mods_article3" And I should see "Test Article" And I should see "Aug. 1, 1998" Scenario: Viewing multiple search results Given I am on the search page And I fill in "q" with "fixture" When I press "submit" Then I should see a link to "the show document page for hydrangea:fixture_mods_article1" Then I should see a link to "the show document page for hydrangea:fixture_mods_article2" Then I should see a link to "the show document page for hydrangea:fixture_mods_dataset1" Then I should see a link to "the show document page for hydrangea:fixture_mods_article3" And I should see "Displaying all 4 items" And I should see a dropdown for "per_page"