Sha256: 6693f3c6cb90d9c5bd91ccffd679c024e3387b26441bd540b316a383aa79bbc5

Contents?: true

Size: 794 Bytes

Versions: 29

Compression:

Stored size: 794 Bytes

Contents

@catalog @articles
Feature: ModsAsset Search Result
  As a user
  I want to see appropriate information for ModsAsset objects in a search result

  Scenario: Search Results have ModsAsset info
    Given I am on the home 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: html5 valid - unauthenticated 
    Given I am on the home page
    When I follow "Article"
    Then the page should be HTML5 valid

  Scenario: html5 valid - authenticated 
    Given I am logged in as "archivist1@example.com" 
    When I am on the home page
    And I follow "Article"
    Then the page should be HTML5 valid

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hydra-head-4.0.0.rc6 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.0.rc5 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.0.rc4 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.0.rc3 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.0.rc2 test_support/features/mods_asset_search_result.feature
hydra-head-3.3.0 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.2 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.1 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.0 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.0.pre3 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.0.pre2 test_support/features/mods_asset_search_result.feature
hydra-head-3.2.0.pre1 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.5 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.4 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.3 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.2 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.1 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.0 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.0.rc2 test_support/features/mods_asset_search_result.feature
hydra-head-3.1.0.rc1 test_support/features/mods_asset_search_result.feature