Sha256: 0b6e32c620373c7e4f64ae2ac0b6bffa2983c6f0a8fb547d741b921de377a1e7

Contents?: true

Size: 1.17 KB

Versions: 38

Compression:

Stored size: 1.17 KB

Contents

Feature: Default Partials - Edit View
  I want to see appropriate information in the edit view for (active) fedora objects that use the default partials

  Scenario: In Edit View for Object Using Default Partials
    Given I am logged in as "archivist1@example.com" 
    When I am on the edit document page for hydra:test_default_partials
    Then I should see "hydra:test_default_partials"
    And I should see "descMetadata"
    And I should see "rightsMetadata"

  Scenario: html5 valid - unauthenticated 
    When I am on the edit document page for hydra:test_default_partials
    Then I should see "do not have sufficient privileges"
    And 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_default_partials
    Then I should see "do not have sufficient privileges"
    And 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_default_partials
    Then I should see "descMetadata"
    And the page should be HTML5 valid

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
hydra-head-3.1.5 test_support/features/default_partials_edit.feature
hydra-head-3.1.4 test_support/features/default_partials_edit.feature
hydra-head-3.1.3 test_support/features/default_partials_edit.feature
hydra-head-3.1.2 test_support/features/default_partials_edit.feature
hydra-head-3.1.1 test_support/features/default_partials_edit.feature
hydra-head-3.1.0 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.rc2 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.rc1 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.pre5 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.pre4 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.pre3 test_support/features/default_partials_edit.feature
hydra-head-3.0.1 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.pre2 test_support/features/default_partials_edit.feature
hydra-head-3.0.0 test_support/features/default_partials_edit.feature
hydra-head-3.1.0.pre1 test_support/features/default_partials_edit.feature
hydra-head-3.0.0.rc2 test_support/features/default_partials_edit.feature
hydra-head-3.0.0.rc1 test_support/features/default_partials_edit.feature
hydra-head-3.0.0pre4 test_support/features/default_partials_edit.feature