Sha256: 5b7179f2c94ab3593d9d3deca13886a7a86c6c09337216f12e0491a2b02133f7

Contents?: true

Size: 971 Bytes

Versions: 38

Compression:

Stored size: 971 Bytes

Contents

Feature: Manage assets
In order to allow easy access to documents whilst editing a website editor will be able to easily upload, browse and modify documents

  Scenario: Upload an Asset
    Given I am using the asset library
    When I upload a file
    And enter tags
    Then it should appear in the asset library
    When I follow "Show"
    Then I should see "Viewing"
    When I follow "Edit"
    Then I should see "Editing Asset"

  Scenario: Browse Assets
    Given files have been uploaded to the asset library
    When I am using the asset library
    Then I should be able to browse assets by content type
    And I should be able to browse assets by tags
    
  @javascript
  Scenario: Insert an asset
    Given files have been uploaded to the asset library
    When I am editing content
    And I click the editor "Insert Asset" button
    And follow "Images"
    And I click "Add" on an Asset 
    Then the "Image" asset should appear in the content editor

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
noodall-ui-0.1.17 features/manage_assets.feature
noodall-ui-0.1.16 features/manage_assets.feature
noodall-ui-0.1.15 features/manage_assets.feature
noodall-ui-0.1.14 features/manage_assets.feature
noodall-ui-0.1.13 features/manage_assets.feature
noodall-ui-0.1.12 features/manage_assets.feature
noodall-ui-0.1.11 features/manage_assets.feature
noodall-ui-0.1.10 features/manage_assets.feature
noodall-ui-0.1.9 features/manage_assets.feature
noodall-ui-0.1.8 features/manage_assets.feature
noodall-ui-0.1.6 features/manage_assets.feature
noodall-ui-0.1.5 features/manage_assets.feature
noodall-ui-0.1.4 features/manage_assets.feature
noodall-ui-0.1.3 features/manage_assets.feature
noodall-ui-0.1.2 features/manage_assets.feature
noodall-ui-0.1.1 features/manage_assets.feature
noodall-ui-0.1.0 features/manage_assets.feature
noodall-ui-0.0.22 features/manage_assets.feature
noodall-ui-0.0.21 features/manage_assets.feature
noodall-ui-0.0.20 features/manage_assets.feature