Sha256: 12783bf5a83f92433b957701bc594fa229872bd138258c3cead95bebef7d0c0d

Contents?: true

Size: 456 Bytes

Versions: 6

Compression:

Stored size: 456 Bytes

Contents

Feature: Manage Category Types
  Content editors should be able to add/edit/delete category types from the user interface.

  Background:
    Given the cms database is populated
    And I am logged in as a Content Editor

  Scenario: Add New Category Type
    Given I visit /cms/category_types/new
    And I fill in "Name" with "Product"
    And I click on "Save"
    Then I should see a page titled "List Category Types"
    And I should see "Product"



Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/taxonomy/manage_category_types.feature
browsercms-3.4.2.rc1 features/taxonomy/manage_category_types.feature
browsercms-3.4.1 features/taxonomy/manage_category_types.feature
browsercms-3.4.0 features/taxonomy/manage_category_types.feature
browsercms-3.4.0.rc2 features/taxonomy/manage_category_types.feature
browsercms-3.4.0.rc1 features/taxonomy/manage_category_types.feature