Sha256: 0c035cd16b170010fdc3d8c822574c40cfa34b6b829af2ba0d011eaf1e55328e

Contents?: true

Size: 389 Bytes

Versions: 3

Compression:

Stored size: 389 Bytes

Contents

@new @dataset 
Feature: Add a new Dataset
  In order to publish a Dataset
  As a Depositor
  I want to submit a new MODS Asset
  
  Scenario: Visit New MODS Asset Page
    Given I am logged in as "archivist1@example.com"
    And I am on the home page	
    And I create a new mods_asset
    Then I should see "Describe the Asset"
    And the "title_info_main_title" field should contain ""

Version data entries

3 entries across 3 versions & 1 rubygems

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