Sha256: 531340a32018953f447c493b59f70c46e6f711b9c2bdd60409950f69e1d1101b

Contents?: true

Size: 794 Bytes

Versions: 8

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

8 entries across 8 versions & 1 rubygems

Version Path
hydra-head-4.1.3 test_support/features/mods_asset_search_result.feature
hydra-head-4.1.2 test_support/features/mods_asset_search_result.feature
hydra-head-4.1.1 test_support/features/mods_asset_search_result.feature
hydra-head-4.1.0 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.3 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.2 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.1 test_support/features/mods_asset_search_result.feature
hydra-head-4.0.0 test_support/features/mods_asset_search_result.feature