mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 20:38:48 +01:00
add scenario for #1240
This commit is contained in:
parent
c7e68aa8b6
commit
b37dcdf767
1 changed files with 9 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ Feature: Add new next action from every page
|
|||
Then I should see "a new todo"
|
||||
And I should not see "Currently there are no incomplete actions with the tag 'bla'"
|
||||
|
||||
@javascript
|
||||
@javascript @wip
|
||||
Scenario: Adding a dependency to a todo updated the successor
|
||||
When I go to the "test project" project
|
||||
Then I should see "todo 1"
|
||||
|
|
@ -216,6 +216,14 @@ Feature: Add new next action from every page
|
|||
When I expand the dependencies of "todo 1"
|
||||
Then I should see "a new todo" within the dependencies of "todo 1"
|
||||
And I should not see empty message for deferred todos of project
|
||||
|
||||
@javascript @wip
|
||||
Scenario: Adding a dependency to a todo in another project
|
||||
Given I have a project "another project"
|
||||
When I go to the "another project" project
|
||||
And I submit a new action with description "a new todo" with a dependency on "todo 1"
|
||||
Then I should not see "a new todo" in the project container of "another project"
|
||||
And I should not see empty message for deferred todos of project
|
||||
|
||||
@javascript
|
||||
Scenario: I can add multiple todos in a new project and a new context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue