Sha256: ec13016fd1d516bf970bfdb9065252df84796b9b4c5c80b201ca7d31c9735ff9

Contents?: true

Size: 594 Bytes

Versions: 7

Compression:

Stored size: 594 Bytes

Contents

Feature: autonaming
  In order to save effort from thinking up names
  As an Editor
  I want to be able to skip naming cards where names matter little

  Background:
    Given I log in as Joe Admin
    And I create Phrase card "Book+*type+*autoname" with content "Book_1"

  Scenario: Simple cardtype autoname
    When I go to new Book
    When I press "Submit"
    Then I should see "Book_1"
    #FIXME - does this really test that page got submitted?
    And I go to new Book
    And I press "Submit"
    Then I should see "Book_2"

#    And I go to new Book
#    Then I should see "Book 2"

Version data entries

7 entries across 7 versions & 1 rubygems

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