Sha256: 6e071867b80d6ca10a0028482ae9cb71560b5da3555159c69e1f9fabf7028ea3

Contents?: true

Size: 482 Bytes

Versions: 10

Compression:

Stored size: 482 Bytes

Contents

Feature: Non-existent Objects - Show View
  I want to see a 404 for the show view for objects not in fedora or solr
  Scenario: an object exists for an id
    Given I am on the show document page for hydra:test_no_model
    Then I should get a status code 200
  Scenario: no object exists for an id 
    Given I am on the show document page for hydra:test_no_exist
    Then I should get a status code 404
    And I should see "Sorry, you have requested a record that doesn't exist."

Version data entries

10 entries across 10 versions & 1 rubygems

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