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