Sha256: 182849b6960fdde5f83e13437fd9455b75dbf5e3114962f18dbbe3c225b60d7a

Contents?: true

Size: 693 Bytes

Versions: 8

Compression:

Stored size: 693 Bytes

Contents

Feature: Objects Without Models - Search Results
  I want to see appropriate information in search results for objects without an (active)fedora model

  # Objects without a model, are not ever displayed because they don't have rightsMetadata
    
  Scenario: html5 valid - unauthenticated 
    When I am on the home page
    And I fill in "q" with "test"
    And I press "search"
    Then I should not see a link to "the show document page for hydra:test_no_model"

  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 "test"
    When I press "search"
    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/absent_model_search_result.feature
hydra-head-4.1.2 test_support/features/absent_model_search_result.feature
hydra-head-4.1.1 test_support/features/absent_model_search_result.feature
hydra-head-4.1.0 test_support/features/absent_model_search_result.feature
hydra-head-4.0.3 test_support/features/absent_model_search_result.feature
hydra-head-4.0.2 test_support/features/absent_model_search_result.feature
hydra-head-4.0.1 test_support/features/absent_model_search_result.feature
hydra-head-4.0.0 test_support/features/absent_model_search_result.feature