Sha256: 1fec6ef3e3e1c92efb9b21e694e60040cf7e7febc72b5d856eb40ed22f7d7f4e

Contents?: true

Size: 1.21 KB

Versions: 33

Compression:

Stored size: 1.21 KB

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

  Scenario: Handle no assets when visiting assets pending
    Given there are no assets
    When I visit the admin assets pending
    Then I should be redirected to the admin assets page
      And I should see the message "No assets pending"

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 features/manage_assets.feature
noodall-ui-0.5.14 features/manage_assets.feature
noodall-ui-0.5.13 features/manage_assets.feature
noodall-ui-0.5.12 features/manage_assets.feature
noodall-ui-0.5.11 features/manage_assets.feature
noodall-ui-0.4.11 features/manage_assets.feature
noodall-ui-0.4.10 features/manage_assets.feature
noodall-ui-0.5.10 features/manage_assets.feature
noodall-ui-0.5.9 features/manage_assets.feature
noodall-ui-0.4.9 features/manage_assets.feature
noodall-ui-0.5.8 features/manage_assets.feature
noodall-ui-0.4.8 features/manage_assets.feature
noodall-ui-0.4.7 features/manage_assets.feature
noodall-ui-0.5.7 features/manage_assets.feature
noodall-ui-0.5.6 features/manage_assets.feature
noodall-ui-0.5.5 features/manage_assets.feature
noodall-ui-0.5.4 features/manage_assets.feature
noodall-ui-0.5.3 features/manage_assets.feature
noodall-ui-0.5.2 features/manage_assets.feature
noodall-ui-0.5.1 features/manage_assets.feature