mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 09:04:21 +01:00
add some pending cucumber scenarios and fix a small bug it uncovered
This commit is contained in:
parent
30c578f93a
commit
f544c80fbc
15 changed files with 290 additions and 65 deletions
|
|
@ -103,6 +103,6 @@ Feature: Edit a project
|
|||
Given I have a project "foo" with 2 todos
|
||||
And I have a project called "bar"
|
||||
When I go to the "foo" project
|
||||
And I change the project_name field of "Todo 1" to "bar"
|
||||
Then I should not see "Todo 1"
|
||||
And I should see "Todo 2"
|
||||
And I change the project_name field of "todo 1" to "bar"
|
||||
Then I should not see "todo 1"
|
||||
And I should see "todo 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue