mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-13 07:56:17 +01:00
add test for last commit
This commit is contained in:
parent
95e144e401
commit
e222c78e5f
2 changed files with 7 additions and 8 deletions
|
|
@ -101,7 +101,8 @@ Feature: Edit a project
|
|||
@selenium @wip
|
||||
Scenario: I can move a todo out of the current 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 the todo "Todo 1"
|
||||
And I should see the todo "Todo 2"
|
||||
Then I should not see "Todo 1"
|
||||
And I should see "Todo 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue