Sha256: 61ae38e82f3e1f5cbe08f0f9de9a54a462f07e00015e5bdda0c542b56c7f46a1

Contents?: true

Size: 631 Bytes

Versions: 25

Compression:

Stored size: 631 Bytes

Contents

@javascript
Feature: Show popular tags
  In order that I don't reuse tags as can see what other tags are
  As a website editor
  I want to see popular tags next to the tag input box

  Scenario: Popular tags selector
    Given the following page as exists:
      | Title | Tag list                |
      | One   | stuff, things, what, eh |
      | Two   | stuff, things, what     |
      | One   | stuff, things           |
      | One   | stuff                   |
    And I am editing content
    Then I should see the tags list
    When I follow "stuff" within the tag list
    Then the "Keywords" field should contain "stuff"

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 features/popular_tags.feature
noodall-ui-0.5.14 features/popular_tags.feature
noodall-ui-0.5.13 features/popular_tags.feature
noodall-ui-0.5.12 features/popular_tags.feature
noodall-ui-0.5.11 features/popular_tags.feature
noodall-ui-0.5.10 features/popular_tags.feature
noodall-ui-0.5.9 features/popular_tags.feature
noodall-ui-0.5.8 features/popular_tags.feature
noodall-ui-0.5.7 features/popular_tags.feature
noodall-ui-0.5.6 features/popular_tags.feature
noodall-ui-0.5.5 features/popular_tags.feature
noodall-ui-0.5.4 features/popular_tags.feature
noodall-ui-0.5.3 features/popular_tags.feature
noodall-ui-0.5.2 features/popular_tags.feature
noodall-ui-0.5.1 features/popular_tags.feature
noodall-ui-0.5.0 features/popular_tags.feature
noodall-ui-0.5.0.pre.10 features/popular_tags.feature
noodall-ui-0.5.0.pre.9 features/popular_tags.feature
noodall-ui-0.5.0.pre.8 features/popular_tags.feature
noodall-ui-0.5.0.pre.7 features/popular_tags.feature