Sha256: ee515d6923098a0c7a3f03d8500362baeeaf7d96d639254fc556489e8034e5c0

Contents?: true

Size: 1.38 KB

Versions: 18

Compression:

Stored size: 1.38 KB

Contents

@javascript
Feature: Structure Rules
  In order to have patterned content
  As a Wagneer
  I want to manage structure through rules

  Background:
    Given I am signed 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"
    Then I should see "{{+lead}}"
    When I go to new Movie
    Then I should see "+director"
    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

18 entries across 18 versions & 2 rubygems

Version Path
wagn-1.21.1 features/structure.feature
decko-0.2.2 features/structure.feature
decko-0.2.1 features/structure.feature
decko-0.2 features/structure.feature
decko-0.1 features/structure.feature
wagn-1.21.0 features/structure.feature
wagn-1.20.4 features/structure.feature
wagn-1.20.3 features/structure.feature
wagn-1.20.2 features/structure.feature
wagn-1.20.1 features/structure.feature
wagn-1.20.0 features/structure.feature
wagn-1.19.6 features/structure.feature
wagn-1.19.5 features/structure.feature
wagn-1.19.4 features/structure.feature
wagn-1.19.3 features/structure.feature
wagn-1.19.2 features/structure.feature
wagn-1.19.1 features/structure.feature
wagn-1.19.0 features/structure.feature