Sha256: 0cae2d4d82233bd9e7a1bc514d4451aaf8b011cabf229788725d23f1a22a29b8
Contents?: true
Size: 643 Bytes
Versions: 28
Compression:
Stored size: 643 Bytes
Contents
Feature: Create pages In order to manage content As lolita user I want to create posts Scenario: List and create new with valid data When I go to list And I follow "Add new post" And I fill in "Title" with "Lolita is nice" When I press "Save" within ".save" Then I should see "Successfully saved" When I follow "Post" #Then I should see "Lolita is nice" Scenario: List and create new with invalid data When I go to list And I follow "Add new post" When I press "Save" within ".save" Then I should see "Save did not succeed" When I follow "Post"
Version data entries
28 entries across 28 versions & 1 rubygems