Sha256: a8d779acab0d40c267435edb75221a95fa2a5b0765ebfb440b3c473fbc679110
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
Feature: Update existing post As a blog owner In order to keep content up-to-date so users keep visiting I want to update an existing post Background: Given I have published a post called "Post title" Scenario: Update existing post from index When I edit the "Post title" post And I fill in "Title" with "New title" And I fill in "Content" with "This is MOAR post content" And I press "Save" Then I should see "New title" And I should see "This is MOAR post content" When I go to the posts page Then I should see "New title" And I should not see "Post title"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mist-0.6.3 | features/update_post.feature |
mist-0.6.2 | features/update_post.feature |
mist-0.6.1 | features/update_post.feature |
mist-0.6.0 | features/update_post.feature |