mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
parent
0adad47857
commit
04fdf8c620
1 changed files with 7 additions and 0 deletions
|
|
@ -328,6 +328,13 @@ Feature: Edit a next action from every page
|
|||
And I edit the context of "moving" to "@new"
|
||||
Then I should see the container for context "@new"
|
||||
|
||||
@javascript
|
||||
Scenario: Editing the context of a todo in the project view to a new context will show new context
|
||||
Given I have a todo "something" in the context "@pc" in the project "project"
|
||||
When I go to the "project" project page
|
||||
And I edit the context of "something" to "@new"
|
||||
Then I should see the container for context "@new"
|
||||
|
||||
@javascript
|
||||
Scenario: Making an error when editing a todo will show error message
|
||||
Given I have a todo "test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue