Sha256: e40b30a2d3040c31494ea236a9e60e15a29be0e00293f0917ec4ee1a7d3bc742
Contents?: true
Size: 1 KB
Versions: 6
Compression:
Stored size: 1 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 a full region and save those changes When I set the content of the full region to "new content" And I click on the "Save" button Then the save should have "new content" for the full region Scenario: A user can change content in a markdown region and save those changes When I set the content of the markdown region to "new content" And I click on the "Save" button Then the save should have "new content" for the markdown region Scenario: A user can put snippets into a full 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 markdown region and get the options on save # todo: finish
Version data entries
6 entries across 6 versions & 2 rubygems