Sha256: b53c052b0d36ffe4be50529a39b2e979aa7145d98a0afc4390565f6758e247a3

Contents?: true

Size: 451 Bytes

Versions: 7

Compression:

Stored size: 451 Bytes

Contents

@delete
Feature: Button to delete assets
  In order delete assets
  As a person with permissions to the object
  I want to see an asset being deleted
  
  Scenario: Deleting a standard asset.
    Given I am logged in as "archivist1@example.com"
    When I am on the home page
    And I follow "Add a Basic MODS Asset"
    Then I should see "Created a Mods Asset with pid "
    When I press "Delete This Item"
    Then I should see "Deleted changeme:"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydra-head-4.1.3 test_support/features/button_delete_asset.feature
hydra-head-4.1.2 test_support/features/button_delete_asset.feature
hydra-head-4.1.1 test_support/features/button_delete_asset.feature
hydra-head-4.1.0 test_support/features/button_delete_asset.feature
hydra-head-4.0.3 test_support/features/button_delete_asset.feature
hydra-head-4.0.2 test_support/features/button_delete_asset.feature
hydra-head-4.0.1 test_support/features/button_delete_asset.feature