mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Add a test for #1441
This commit is contained in:
parent
3c737ea294
commit
f50dc9602a
1 changed files with 7 additions and 0 deletions
|
|
@ -236,6 +236,13 @@ Feature: Edit a next action from every page
|
|||
When I go to the "project one" project
|
||||
Then I should see the todo "todo 1"
|
||||
|
||||
@javascript
|
||||
Scenario: I can give a todo without a project a blank project name
|
||||
Given I have a todo "todo 1" in the context "@pc"
|
||||
When I go to the home page
|
||||
And I edit the project of "todo 1" to ""
|
||||
Then I should see the todo "todo 1"
|
||||
|
||||
@javascript
|
||||
Scenario: I can edit a todo to move it to the tickler
|
||||
When I go to the home page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue