Sha256: 0ece8d1905ef66203d924666f6ad89f85b5d896033098c9fe2f876ed12a34ea9

Contents?: true

Size: 1000 Bytes

Versions: 25

Compression:

Stored size: 1000 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
    And I click on the small icon
    Then the "Image" asset should appear in the content editor

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
noodall-ui-0.3.0 features/manage_assets.feature
noodall-ui-0.2.3 features/manage_assets.feature
noodall-ui-0.2.2 features/manage_assets.feature
noodall-ui-0.2.1 features/manage_assets.feature
noodall-ui-0.2.0 features/manage_assets.feature