Sha256: 163c779988f4b47a532cfc37df8662eca0ba526b39c4460144d930535e0717bd

Contents?: true

Size: 1.03 KB

Versions: 27

Compression:

Stored size: 1.03 KB

Contents

@javascript
Feature:
  As a content editor type person
  In order to manage content
  I should be able to save the content

  Background:
    Given I am on an editable page
    And save results will be cached


  Scenario: A user can change content in an editable region and save those changes
    When I set the content of the editable region to "new content"
    And I click on the "Save" button
    Then the save should have "new content" for the editable region


  Scenario: A user can change content in a markupable region and save those changes
    When I set the content of the markupable region to "new content"
    And I click on the "Save" button
    Then the save should have "new content" for the markupable region


  Scenario: A user can put snippets into an editable region and get the options on save
    # todo: finish


  Scenario: A user can expect the right version of the snippet options to be saved
    # todo: finish


  Scenario: A user can put snippets into a markupable region and get the options on save
    # todo: finish

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
kiteditor-1.0.25 features/saving/saving.feature
kiteditor-1.0.24 features/saving/saving.feature
kiteditor-1.0.23 features/saving/saving.feature
kiteditor-1.0.22 features/saving/saving.feature
kiteditor-1.0.21 features/saving/saving.feature
kiteditor-1.0.20 features/saving/saving.feature
kiteditor-1.0.19 features/saving/saving.feature
kiteditor-1.0.18 features/saving/saving.feature
kiteditor-1.0.17 features/saving/saving.feature
kiteditor-1.0.16 features/saving/saving.feature
kiteditor-1.0.14 features/saving/saving.feature
kiteditor-1.0.13 features/saving/saving.feature
kiteditor-1.0.11 features/saving/saving.feature
kiteditor-1.0.10 features/saving/saving.feature
kiteditor-1.0.9 features/saving/saving.feature
kiteditor-1.0.8 features/saving/saving.feature
kiteditor-1.0.7 features/saving/saving.feature
kiteditor-1.0.6 features/saving/saving.feature
kiteditor-1.0.5 features/saving/saving.feature
kiteditor-1.0.4 features/saving/saving.feature