Sha256: 0e2b8f3c23959c75e87f3516f0ef72d8960000f20497995d92fea8aafba540e4
Contents?: true
Size: 1.29 KB
Versions: 38
Compression:
Stored size: 1.29 KB
Contents
Feature: Objects Without Models - Edit View I want to see appropriate information in the edit view for objects without an (active)fedora model Scenario: In Edit View for Object Without a Model # FIXME: you can't get to edit view for object with no model ... not even with edit permissions # Given I am logged in as "archivist1@example.com" # And I am on the edit document page for hydra:test_no_model # Then I should see "hydra test object without a model" Scenario: html5 valid - unauthenticated Given I am on the edit document page for hydra:test_no_model Then I should see "do not have sufficient access privileges" Then the page should be HTML5 valid Scenario: html5 valid - authenticated (read) Given I am logged in as "public@nopermissions.com" And I am on the edit document page for hydra:test_no_model Then I should see "do not have sufficient access privileges" Then the page should be HTML5 valid Scenario: html5 valid - authenticated (edit) # FIXME: you can't get to edit view for object with no model ... not even with edit permissions # Given I am logged in as "archivist1@example.com" # And I am on the edit document page for hydra:test_no_model # Then I should see "hydra test object without a model" # Then the page should be HTML5 valid
Version data entries
38 entries across 38 versions & 1 rubygems