Sha256: 0d437e12407ba297372ca0e935a2b05f31faba30a5565167a7ff2582503df714

Contents?: true

Size: 668 Bytes

Versions: 33

Compression:

Stored size: 668 Bytes

Contents

Feature: Tagged content
  As a designer
  In order to organize my content
  I want to be able to tag it

Background:
  Given I have the site: "test site" set up
  And I have a custom model named "Titles" with
    | label         | type      | required    |
    | Title         | string    | true        |
    | Tags          | tags      | false       |

  And I am an authenticated user

@javascript
Scenario:
  When I go to the list of "Titles"
  And I follow "new entry" within the main content
  And I fill in "Title" with "My title"
  And I fill in "Tags" with the tags "one, two, three"
  And I press "Create"
  Then I should see "Entry was successfully created."

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
locomotivecms-3.0.0.rc3 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.rc2 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.rc1 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.pre.beta.1 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.pre.alpha.3 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.7 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.pre.alpha.2 features/backoffice/content_types/tags.feature
locomotivecms-3.0.0.pre.alpha features/backoffice/content_types/tags.feature
locomotive_cms-2.5.6 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.6.rc2 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.6.rc1 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.5 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.4 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.3 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.2 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.1 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.0 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.0.rc3 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.0.rc2 features/backoffice/content_types/tags.feature
locomotive_cms-2.5.0.rc1 features/backoffice/content_types/tags.feature