Sha256: d59ad3605d134820b8cce84d70b15fdadfbb9849aab83050713698266ff2e681

Contents?: true

Size: 918 Bytes

Versions: 30

Compression:

Stored size: 918 Bytes

Contents

Feature: Default Partials in Search Results
  I want to see appropriate information in search results for (active)fedora objects that use the default partials

  Scenario: Have a Search Result that is an Object That Uses Default Partials
    Given I am on the home page
    And I fill in "q" with "default"
    When I press "submit"
    Then I should see a link to "the show document page for hydra:test_default_partials"

  Scenario: html5 valid - unauthenticated 
    Given I am on the home page
    And I fill in "q" with "default"
    When I press "submit"
    Then the page should be HTML5 valid

  Scenario: html5 valid - authenticated 
    Given I am logged in as "archivist1@example.com" 
    And I am on the home page
    And I fill in "q" with "default"
    When I press "submit"
    Then I should see a link to "the show document page for hydra:test_default_partials"
    And the page should be HTML5 valid

Version data entries

30 entries across 30 versions & 1 rubygems

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