Sha256: 7a436140de3fc1fc47839d27398ea66c88557e42161715beb18d466361b53263

Contents?: true

Size: 1 KB

Versions: 38

Compression:

Stored size: 1 KB

Contents

Feature: Default Partials - Show View
  I want to see appropriate information in the show view for objects that use the default partials

  Scenario: In Show View for Object Using Default Partials
    When I am on the show document page for hydra:test_default_partials
    Then I should see "ID"
    And I should see "Download"
    And I should see "hydra:test_default_partials"

  Scenario: html5 valid - unauthenticated 
    When I am on the show document page for hydra:test_default_partials
    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 show document page for hydra:test_default_partials
    Then I should see "Download"
    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 show document page for hydra:test_default_partials
    Then I should see "Download"
    And 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/default_partials_show.feature
hydra-head-4.1.2 test_support/features/default_partials_show.feature
hydra-head-4.1.1 test_support/features/default_partials_show.feature
hydra-head-4.1.0 test_support/features/default_partials_show.feature
hydra-head-4.0.3 test_support/features/default_partials_show.feature
hydra-head-4.0.2 test_support/features/default_partials_show.feature
hydra-head-4.0.1 test_support/features/default_partials_show.feature
hydra-head-4.0.0 test_support/features/default_partials_show.feature
hydra-head-4.0.0.rc6 test_support/features/default_partials_show.feature
hydra-head-4.0.0.rc5 test_support/features/default_partials_show.feature
hydra-head-4.0.0.rc4 test_support/features/default_partials_show.feature
hydra-head-4.0.0.rc3 test_support/features/default_partials_show.feature
hydra-head-4.0.0.rc2 test_support/features/default_partials_show.feature
hydra-head-3.3.0 test_support/features/default_partials_show.feature
hydra-head-3.2.2 test_support/features/default_partials_show.feature
hydra-head-3.2.1 test_support/features/default_partials_show.feature
hydra-head-3.2.0 test_support/features/default_partials_show.feature
hydra-head-3.2.0.pre3 test_support/features/default_partials_show.feature
hydra-head-3.2.0.pre2 test_support/features/default_partials_show.feature
hydra-head-3.2.0.pre1 test_support/features/default_partials_show.feature