Sha256: b167efa603f3f072a74e498adaf77df4dc86846dbab0940c223c6be0e870965a

Contents?: true

Size: 387 Bytes

Versions: 3

Compression:

Stored size: 387 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" 
    And 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"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre3 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.0.0pre2 test_support/features/mods_asset_edit_without_permission.feature
hydra-head-3.0.0pre1 test_support/features/mods_asset_edit_without_permission.feature