Sha256: 950a1747c498233880ad87521d4c4ae0c1ca9f873cb1e6e7f268802fbe734f03
Contents?: true
Size: 693 Bytes
Versions: 26
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 "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
26 entries across 26 versions & 1 rubygems