Update and add scenario's for testing interaction with new deferred container on context page and fix regressions

This commit is contained in:
Reinier Balt 2012-03-23 20:39:04 +01:00
parent dd957f0feb
commit 7435b1ba93
14 changed files with 161 additions and 112 deletions

View file

@ -32,16 +32,16 @@ Feature: Show all due actions in a calendar view
| testing search | @work |
When I go to the search page
And I search for "test"
Then I should see "tester of stuff"
Then I should see the todo "tester of stuff"
When I star the action "tester of stuff"
Then I should see a starred "tester of stuff"
When I edit the description of "tester of stuff" to "test 1-2-3"
Then I should not see "tester of stuff"
And I should see "test 1-2-3"
Then I should not see the todo "tester of stuff"
And I should see the todo "test 1-2-3"
When I go to the search page
And I search for "test"
Then I should not see "tester of stuff"
And I should see "test 1-2-3"
Then I should not see the todo "tester of stuff"
And I should see the todo "test 1-2-3"
@javascript
Scenario: I can delete found todos