mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-10 11:18:51 +01:00
fix failing scenarios
This commit is contained in:
parent
67247980ad
commit
a4e0860aa4
4 changed files with 7 additions and 6 deletions
|
|
@ -122,7 +122,7 @@ Feature: dependencies
|
|||
When I go to the "dependencies" project
|
||||
And I drag "test 1" to "test 3"
|
||||
Then I should see an error flash message saying "Cannot add this action as a dependency to a completed action!"
|
||||
And I should see "test 1" in project container for "dependencies"
|
||||
And I should see "test 1" in the project container of "dependencies"
|
||||
|
||||
@javascript
|
||||
Scenario Outline: Marking a successor as complete will update predecessor
|
||||
|
|
@ -146,7 +146,7 @@ Feature: dependencies
|
|||
| "dependencies" project |
|
||||
| tag page for "bla" |
|
||||
|
||||
@javascript
|
||||
@javascript
|
||||
Scenario Outline: Marking a successor as active will update predecessor
|
||||
Given I have a context called "@pc"
|
||||
And I have a project "dependencies" that has the following todos
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ Feature: Add new next action from every page
|
|||
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 @wip
|
||||
@javascript
|
||||
Scenario Outline: I can add multiple todos in a new project and a new context
|
||||
Given I have selected the view for group by <grouping>
|
||||
When I go to the home page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue