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

Version Path
hydra-head-4.1.3 test_support/features/absent_model_edit.feature
hydra-head-4.1.2 test_support/features/absent_model_edit.feature
hydra-head-4.1.1 test_support/features/absent_model_edit.feature
hydra-head-4.1.0 test_support/features/absent_model_edit.feature
hydra-head-4.0.3 test_support/features/absent_model_edit.feature
hydra-head-4.0.2 test_support/features/absent_model_edit.feature
hydra-head-4.0.1 test_support/features/absent_model_edit.feature
hydra-head-4.0.0 test_support/features/absent_model_edit.feature
hydra-head-4.0.0.rc6 test_support/features/absent_model_edit.feature
hydra-head-4.0.0.rc5 test_support/features/absent_model_edit.feature
hydra-head-4.0.0.rc4 test_support/features/absent_model_edit.feature
hydra-head-4.0.0.rc3 test_support/features/absent_model_edit.feature
hydra-head-4.0.0.rc2 test_support/features/absent_model_edit.feature
hydra-head-3.3.0 test_support/features/absent_model_edit.feature
hydra-head-3.2.2 test_support/features/absent_model_edit.feature
hydra-head-3.2.1 test_support/features/absent_model_edit.feature
hydra-head-3.2.0 test_support/features/absent_model_edit.feature
hydra-head-3.2.0.pre3 test_support/features/absent_model_edit.feature
hydra-head-3.2.0.pre2 test_support/features/absent_model_edit.feature
hydra-head-3.2.0.pre1 test_support/features/absent_model_edit.feature