Sha256: 502b9f690f2ca935855914c0c4641d52c09a5a4608fece80b2a1ead56af2eb0a

Contents?: true

Size: 1.39 KB

Versions: 7

Compression:

Stored size: 1.39 KB

Contents

Feature: Content Settings
  In order to have patterned content
  As a Wagneer
  I want to manage content settings

  Background:
    Given I log in as Joe Admin
    And I create Cardtype card "Movie"
    And I create card "Movie+*type+*structure" with content "{{+director}} {{+lead}} {{+color}}"
    And I create Phrase card "color+*right+*default" with content "true dat"

  Scenario: New structured card
    When I edit "Movie+*type+*structure"
    And I should see "{{+lead}}"
    When I go to new Movie
    Then I should see "+director"
    And I should see "+lead"
    #And I should see "[+lead]"

  Scenario: Create and edit templated card
    When I create Movie card "Star Wars" with plusses:
      |director|lead|
      |George Lucas|Harrison Ford|
    And I go to card "Star Wars"
    Then In the main card content I should see "George Lucas"
    And In the main card content I should see "Harrison Ford"
    When I edit "Star Wars" with plusses:
      |director|lead|
      |G. Lucas|H. Ford|
    And I go to card "Star Wars"
    Then In the main card content I should see "G. Lucas"
    And In the main card content I should see "H. Ford"
    And In the main card content I should see "true dat"

  Scenario: Default on a ranking set
    Given I create card "Home Movie+*right+*default" with content "Watch this"
    When I go to new Movie card named "Lew+Home Movie"
    Then I should see "Watch this"






Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 features/content_settings.feature
wagn-1.12.12 features/content_settings.feature
wagn-1.12.11 features/content_settings.feature
wagn-1.12.10 features/content_settings.feature
wagn-1.12.9 features/content_settings.feature
wagn-1.12.8 features/content_settings.feature
wagn-1.12.7 features/content_settings.feature