fix small problems with two features

This commit is contained in:
Reinier Balt 2010-07-30 21:41:52 +02:00
parent 29e007f9c6
commit a9726766b3
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Feature: Manage a project
And I have logged in as "testuser" with password "secret"
And there exists a project "manage me" for user "testuser"
@selenium, @wip
@selenium
Scenario: I can describe the project using markup
When I visit the "manage me" project
And I edit the project description to "_successfull outcome_: project is *done*"

View file

@ -128,10 +128,10 @@ Feature: Add new next action from every page
Then I should see "You need to submit at least one next action"
When I submit the new multiple actions form with "one", "", "", ""
Then I should see "Context can't be blank"
When I fill the multiple actions form with "", "a project", "a context", "tag"
When I fill the multiple actions form with "", "a project", "test context", "tag"
And I submit the new multiple actions form with
"""
"""
Then I should see "You need to submit at least one next action"
Then I should see "You need to submit at least one next action"