Sha256: 0a6c0c779e89e1827a93685974695aeb8ca33da53e011936f39b398b2accd9d4
Contents?: true
Size: 908 Bytes
Versions: 38
Compression:
Stored size: 908 Bytes
Contents
Feature: GenericContent Show View I want to see appropriate information for GenericContent objects in the show view Scenario: In Show View for GenericContent Object When I am on the show document page for hydra:test_generic_content Then I should see "A test object using the GenericContent (active)fedora model" Scenario: html5 valid - unauthenticated When I am on the show document page for hydra:test_generic_content Then the page should be HTML5 valid Scenario: html5 valid - authenticated (read) Given I am logged in as "public@nopermissions.com" When I am on the show document page for hydra:test_generic_content Then the page should be HTML5 valid Scenario: html5 valid - authenticated (edit) Given I am logged in as "archivist1@example.com" When I am on the show document page for hydra:test_generic_content Then the page should be HTML5 valid
Version data entries
38 entries across 38 versions & 1 rubygems