Sha256: 18cb342d23af355f0f75cde2370ab3ccd7012c1d0aac12ade8a703a24da79fbd

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

@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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 test_support/features/mods_asset_search_result.feature
hydra-head-3.0.0pre2 test_support/features/mods_asset_search_result.feature