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

@ -83,19 +83,19 @@ Feature: Edit a project
And I should see "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
Scenario: Cancelling editing a project will restore project settings
Given this scenario is pending
Given this is a pending scenario
Scenario: Editing the description of a todo will update todo
Given this scenario is pending
Given this is a pending scenario
Scenario: Moving the todo to the tickler will move todo to tickler container
Given this scenario is pending
Given this is a pending scenario
Scenario: Moving the todo out of the tickler will move todo to active container
Given this scenario is pending
Given this is a pending scenario
Scenario: Making all todos inactive will show empty message
Given this scenario is pending # empty message is in separate container
Given this is a pending scenario # empty message is in separate container
# Ticket #1043
@selenium @wip