mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
fix #1146
This commit is contained in:
parent
cb58318858
commit
4658ca8655
3 changed files with 17 additions and 1 deletions
|
|
@ -128,6 +128,16 @@ Feature: Add new next action from every page
|
|||
When I go to the "another project" project
|
||||
Then I should see "can you see me?"
|
||||
|
||||
@selenium
|
||||
Scenario: Adding a deferred todo to another project does not show the todo
|
||||
# scenario for #1146
|
||||
Given I have a project called "another project"
|
||||
When I go to the "test project" project
|
||||
And I submit a deferred new action with description "a new next action" to project "another project" in the context "test context"
|
||||
Then I should not see "a new next action"
|
||||
And I submit a deferred new action with description "another new next action" to project "test project" in the context "test context"
|
||||
Then I should see "another new next action"
|
||||
|
||||
@selenium
|
||||
Scenario Outline: Adding a todo with a new context shows the new context
|
||||
When I go to the <page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue