remove option to show empty containers and start fixing failing cucumber scenarios

This commit is contained in:
Reinier Balt 2013-03-10 22:51:31 +01:00
parent 22b371ef8c
commit ede898120c
11 changed files with 24 additions and 43 deletions

View file

@ -12,7 +12,7 @@ Feature: Edit a context
And I have a project called "test project"
And I have 2 todos in project "test project" in context "@pc" with tags "starred" prefixed by "test_project "
@javascript
@javascript
Scenario: In place edit of context name
Given I have a context called "Errands"
When I go to the context page for "Errands"
@ -22,7 +22,7 @@ Feature: Edit a context
Then I should see that a context named "Errands" is not present
And I should see that a context named "OutAndAbout" is present
@javascript
@javascript
Scenario: Editing the context of a todo will remove the todo
When I go to the the context page for "@pc"
Then the badge should show 2
@ -30,7 +30,7 @@ Feature: Edit a context
Then I should not see the todo "todo 1"
And the badge should show 1
@javascript
@javascript
Scenario: Editing the description of a a todo will update that todo
When I go to the the context page for "@pc"
And I edit the description of "test_project todo 1" to "changed"