get selenium scenarios running again and add some scenarios for adding todos started

This commit is contained in:
Reinier Balt 2011-01-08 09:12:37 +01:00
parent 09830d044d
commit ab2e51a51a
17 changed files with 135 additions and 69 deletions

View file

@ -20,16 +20,16 @@ Feature: Edit a context
And he should see that a context named "OutAndAbout" is present
Scenario: Editing the context of a todo will remove the todo
Given this scenario is pending
Given this is a pending scenario
Scenario: Editing the description of a a todo will update that todo
Given this scenario is pending
Given this is a pending scenario
Scenario: Editing the context of the last todo will remove the todo and show empty message
Given this scenario is pending
Given this is a pending scenario
Scenario: Adding a todo to a hidden project will not show the todo
Given this scenario is pending
Given this is a pending scenario
Scenario: Adding a todo to a hidden context will show that todo
Given this scenario is pending
Given this is a pending scenario