mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 23:41:48 +01:00
Merge branch '2.3_branch'
This commit is contained in:
commit
8dd4970b0c
6 changed files with 36 additions and 10 deletions
|
|
@ -326,7 +326,14 @@ Feature: Edit a next action from every page
|
|||
Given I have a deferred todo "moving" in context "@pc" with tags "tag"
|
||||
When I go to the tickler page
|
||||
And I edit the context of "moving" to "@new"
|
||||
And I should see the container for context "@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue