Sha256: 2eda17a8ab91fe43f6b3120b6ea95c237fa6559b7faa534eacc90437e7797bb6
Contents?: true
Size: 884 Bytes
Versions: 38
Compression:
Stored size: 884 Bytes
Contents
Feature: GenericImage Edit View I want to see appropriate information for editing GenericImage objects Scenario: In Edit View for GenericImage Object When I am on the edit document page for hydra:test_generic_image Then I should see "A test object using the GenericImage (active)fedora model" Scenario: html5 valid - unauthenticated When I am on the edit document page for hydra:test_generic_image 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_image 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_image Then the page should be HTML5 valid
Version data entries
38 entries across 38 versions & 1 rubygems