add cucumber tests for switching single and multiple actions forms

This commit is contained in:
Reinier Balt 2010-07-14 15:13:20 +02:00
parent 26cd345cbe
commit c9ce82d533
7 changed files with 118 additions and 7 deletions

View file

@ -13,7 +13,7 @@ Feature: Manage contexts
@selenium
Scenario: In place edit of context name
Given I have a context called "Errands"
When I visits the context page for "Errands"
When I visit the context page for "Errands"
And I edit the context name in place to be "OutAndAbout"
Then I should see the context name is "OutAndAbout"
When I go to the contexts page