Sha256: ab386cd2bf38b6831b6afd61c4e6de9bb1f6a34727743a9d77a59c374a84d209

Contents?: true

Size: 943 Bytes

Versions: 4

Compression:

Stored size: 943 Bytes

Contents

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

  Scenario: Have a Search Result that is an Object Without a Model
    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 "submit"
    Then I should see a link to "the show document page for hydra:test_no_model"

# you can't see this object unless you are an editor
  Scenario: html5 valid - unauthenticated 
    When I am on the home page
    And I fill in "q" with "test"
    And I press "submit"
    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 "submit"
    Then the page should be HTML5 valid

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-head-3.1.0.pre1 test_support/features/absent_model_search_result.feature
hydra-head-3.0.0.rc2 test_support/features/absent_model_search_result.feature
hydra-head-3.0.0.rc1 test_support/features/absent_model_search_result.feature
hydra-head-3.0.0pre4 test_support/features/absent_model_search_result.feature