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