Sha256: 4925f8736ee8aeaeef82ca73aab5b9a28aa4ee123f61f14602650c9404495ea2

Contents?: true

Size: 429 Bytes

Versions: 3

Compression:

Stored size: 429 Bytes

Contents

@javascript
Feature: As a user I should be able to delete pages on the site

  Scenario: As a user I should be able to delete a page
    Given a page exists at a custom path with custom content
    And I visit that page's edit path
    And I edit the page's metadata
    And the editor won't prompt when leaving the page
    And I accept confirmations
    When I follow "Delete"
    Then I should be redirected to the home page

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cmsimple-0.2.3 features/delete.feature
cmsimple-0.2.2 features/delete.feature
cmsimple-0.2.0 features/delete.feature