Sha256: a791a393a9a48f02f25335c4e4be86b58e8139be58f1227aefe871f2af29d1ea

Contents?: true

Size: 612 Bytes

Versions: 38

Compression:

Stored size: 612 Bytes

Contents

@pending @articles
Feature: Edit an article without permission
  As a logged-in user
  attempt to edit an article
  without sufficient permissions
  
  Scenario: Visit Document Edit Page
    Given I am logged in as "archivist1@example.com" 
    When I am on the edit document page for hydrangea:fixture_mods_article2
    Then I should see a "div" tag with a "class" attribute of "notice"

  Scenario: Authenticated but not Authorized to Edit
    Given I am logged in as "archivist1@example.com" 
    When I am on the edit document page for hydrangea:fixture_mods_article2
    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/mods_asset_edit_without_permission.feature
hydra-head-4.1.2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.1.1 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.1.0 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.3 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.1 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0.rc6 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0.rc5 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0.rc4 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0.rc3 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-4.0.0.rc2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.3.0 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.1 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.0 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.0.pre3 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.0.pre2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.2.0.pre1 test_support/features/mods_asset_edit_without_permission.feature