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.20 features/manage_assets.feature
noodall-ui-0.3.19 features/manage_assets.feature
noodall-ui-0.4.4 features/manage_assets.feature
noodall-ui-0.4.1 features/manage_assets.feature
noodall-ui-0.4.0 features/manage_assets.feature
noodall-ui-0.3.17 features/manage_assets.feature
noodall-ui-0.3.16 features/manage_assets.feature
noodall-ui-0.3.15 features/manage_assets.feature
noodall-ui-0.3.14 features/manage_assets.feature
noodall-ui-0.3.13 features/manage_assets.feature
noodall-ui-0.3.12 features/manage_assets.feature
noodall-ui-0.3.11 features/manage_assets.feature
noodall-ui-0.3.8 features/manage_assets.feature
noodall-ui-0.3.7 features/manage_assets.feature
noodall-ui-0.3.6 features/manage_assets.feature
noodall-ui-0.3.5 features/manage_assets.feature
noodall-ui-0.3.4 features/manage_assets.feature
noodall-ui-0.3.3 features/manage_assets.feature
noodall-ui-0.3.2 features/manage_assets.feature
noodall-ui-0.3.1 features/manage_assets.feature