Sha256: bac60a2d412e2deb50e43fb2b04eb2a09c05992fbd06460844d782f8149db9ef

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

Feature: Edit wiki pages
  @wiki

  Scenario: An newly created wiki sends you the edit-page of index
    Given a testbed with a "LocalWebServer" application
    And a "Wiki" application in it
    And I create a "default" instance on the "Wiki" http-application
    When the "default" instance of "Wiki" is offered on path "/" on the "LocalWebServer" application
    And a client accesses the "LocalWebServer" on "/"
    Then the resulting html page contains "Editing Page"
    When I enter text "My main page has some content" into "content"
    And I click "save"
    Then the resulting html page contains "My main page has some content"
    

  Scenario:


    

    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appswarm-0.0.1 apps/wiki/features/editing.feature