Sha256: 893f83ad3dd41d74f0d30c0bfe6d9382c21c51657c408c98770c000e7940cfd6

Contents?: true

Size: 1.28 KB

Versions: 7

Compression:

Stored size: 1.28 KB

Contents

Feature: Table of Contents
  In order to add a table of contents to a card
  As a Wagneer
  I want to be able to set a minimum header number

  Background:
    Given I log in as Joe Admin
    And I create Basic card "Two Header" with content "<h1>I'm a header</h1><h1>me too</h1>"
    And I create Basic card "Three Headers" with content "<h1>I'm a header</h1><h2>Me too</h2><h1>same here</h1>"

 Scenario: always on setting
   When I edit "Basic+*type+*table of contents" setting content to "1"
   When I go to card "Onne Heading"
   Then I should see "Table of Contents"

 Scenario: minimum setting
   When I edit "Basic+*type+*table of contents" setting content to "2"
   And I go to card "Onne Heading"
   Then I should not see "Table of Contents"
   When I go to card "Three Heading"
   Then I should see "Table of Contents"

 Scenario: always off setting
   When I edit "Basic+*type+*table of contents" setting content to "0"
   And I go to card "Onne Heading"
   Then I should not see "Table of Contents"

#  Scenario: header with unwanted html
#    When I create a Basic card "One Noisy Header" with content "<h2>I'm <b>sooo</b> NOSY</h2>"
#    And I go to card "One Noisy Header"
#    Then I should see "<b>sooo</b> NOSY"
#    # in the content
#    And I should not see "sooo NOSY"
#    #in the table

Version data entries

7 entries across 7 versions & 1 rubygems

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