Sha256: 7ca68a8a6ac64249d70309a34410858f64fb0a66140a05bf9b8255b5f0afc7c8
Contents?: true
Size: 900 Bytes
Versions: 38
Compression:
Stored size: 900 Bytes
Contents
Feature: GenericContent Edit View I want to see appropriate information for editing GenericContent objects Scenario: In Edit View for GenericContent object When I am on the edit 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 edit 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 edit 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 edit document page for hydra:test_generic_content Then the page should be HTML5 valid
Version data entries
38 entries across 38 versions & 1 rubygems