Sha256: dceef0757709bb00542ed6197291def848e52464c024940c51d8e210195f9c03

Contents?: true

Size: 477 Bytes

Versions: 4

Compression:

Stored size: 477 Bytes

Contents

Feature: Presetting content
  In order to have an easy to use interface for creating cards
  As a Decker
  I want to be able to create links specifying content for plus cards of templated cards

  Scenario: User age
    Given I am signed in as Joe User
    And I go to new Book presetting name to "Harry Potter" and author to "JK Rowling"
    And I press "Submit"
    And I wait for ajax response
    When I go to card "Harry Potter+author"
    Then I should see "JK Rowling"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decko-0.3.3 features/presetting_content.feature
decko-0.3.2 features/presetting_content.feature
decko-0.3.1 features/presetting_content.feature
decko-0.3.0 features/presetting_content.feature